mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
16 lines
257 B
D
16 lines
257 B
D
|
#source: reloc-ext24.s
|
||
|
#ld: --no-relax --defsym foobar=0xabcdef
|
||
|
#objdump: -d -r
|
||
|
|
||
|
tmpdir/dump: file format elf32-s12z
|
||
|
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
00fe0000 <here>:
|
||
|
fe0000: ba ab cd ef jmp foobar
|
||
|
fe0004: 01 nop
|
||
|
|
||
|
00fe0005 <_etext>:
|
||
|
...
|