Remove restriction on skipping some linker tests because their default image base...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-257.d
CommitLineData
a06ea964
NC
1#source: emit-relocs-257.s
2#ld: -T relocs.ld --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -e0 --emit-relocs
3#notarget: aarch64_be-*-*
4#objdump: -dr
5#...
6 +10000: 00011012 \.word 0x00011012
7 +10000: R_AARCH64_ABS32 tempy
8 +10004: 00045034 \.word 0x00045034
9 +10004: R_AARCH64_ABS64 tempy2
10 +10008: 00000000 \.word 0x00000000
11 +1000c: 123c1234 \.word 0x123c1234
12 +1000c: R_AARCH64_ABS16 tempy3
13 +1000e: R_AARCH64_ABS16 tempy3\+0x8
14 +10010: 8a000000 and x0, x0, x0
15 +10014: 92400000 and x0, x0, #0x1
16
This page took 0.379551 seconds and 4 git commands to generate.