Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-279.d
1 #source: emit-relocs-279.s
2 #ld: -T relocs.ld --defsym target=0xc000 --defsym target2=0x12340 -e0 --emit-relocs
3 #objdump: -dr
4 #...
5 +10000: 8a000000 and .*
6 +10004: 8a000000 and .*
7 +10008: 8a000000 and .*
8 +1000c: 8a000000 and .*
9 +10010: 363dff84 tbz w4, #7, c000 <target>
10 +10010: R_AARCH64_TSTBR14 target
11 +10014: b745ffe7 tbnz x7, #40, c010 <target\+0x10>
12 +10014: R_AARCH64_TSTBR14 target\+0x10
13 +10018: 3619194c tbz w12, #3, 12340 <target2>
14 +10018: R_AARCH64_TSTBR14 target2
15 +1001c: b7c118d1 tbnz x17, #56, 12334 <target.*
16 +1001c: R_AARCH64_TSTBR14 target.*
17
This page took 0.040492 seconds and 4 git commands to generate.