Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-262.d
1 #source: emit-relocs-262.s
2 #ld: -T relocs.ld --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 --defsym _GOT_=0x20000 -e0 --emit-relocs
3 #error: .*truncated.*
4 #objdump: -dr
5 #...
6 +10000: 00011012 \.word 0x00011012
7 +10000: R_AARCH64_PREL32 tempy
8 +10004: 00045034 \.word 0x00045034
9 +10004: R_AARCH64_PREL64 tempy2
10 +10008: 00000000 \.word 0x00000000
11 +1000c: 123c1234 \.word 0x123c1234
12 +1000c: R_AARCH64_PREL16 tempy3
13 +1000e: R_AARCH64_PREL16 tempy3\+0x8
14 +10010: 8a000000 and x0, x0, x0
15 +10014: 92400000 and x0, x0, #0x1
16
This page took 0.041575 seconds and 4 git commands to generate.