Arm: Fix Arm disassembler mapping symbol search.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / emit-relocs1.d
CommitLineData
7df428b1
RS
1#source: emit-relocs1.s
2#ld: -Ttext 0x10000 --defsym target=0xc000 -e0 --emit-relocs
3#objdump: -dr
4#...
5 +10000: e1a00000 nop .*
6 +10004: e1a00000 nop .*
7 +10008: e1a00000 nop .*
8 +1000c: e1a00000 nop .*
9 +10010: eaffeffa b c000 <target>
10 +10010: R_ARM_(JUMP|PC)24 target
11 +10014: eaffeffd b c010 <target\+0x10>
12 +10014: R_ARM_(JUMP|PC)24 target
This page took 0.577417 seconds and 4 git commands to generate.