binutils-gdb/ld/testsuite/ld-mn10300/i127740.d
Nick Clifton b5f5fd962e * config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to be generated for alignment fixups.
* config/tc-mn10300.h (TC_FORCE_RELOCATION): Call mn10300_force_relocation.
* elf-m10300.c (mn10300_elf_final_link_relocate): Prevent the accidental termination of DWARF location list entries.
  (mn10300_elf_relax_delete_bytes): Stop deletion if an align reloc is encountered that is larger than or not a mutliple of the number of bytes being deleted.
  When adjusting symbols, any symbols inside the region being deleted must be moved to the end of the region.
  Move align relocs forward if there is room for them after the deletion of the region.
2007-11-13 10:40:29 +00:00

18 lines
302 B
Makefile

tmpdir/i127740.x: file format elf32-.*
Disassembly of section .text:
0+0100 <_main>:
100: 2d 00 03[ ]+mov 768,d1
103: cb[ ]+nop
104: cb[ ]+nop
105: cb[ ]+nop
...
0+0200 <_dummy>:
200: 00[ ]+clr d0
201: 02 00 00[ ]+movbu d0,\(0 <_main-0x100>\)
204: df 00 00[ ]+ret \[\],0
...