AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-257-be.d
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-*-*
4 #objdump: -dr
5 #...
6 +10000: 00011012 \.word 0x00011012
7 +10000: R_AARCH64_ABS32 tempy
8 +10004: 00000000 \.word 0x00000000
9 +10004: R_AARCH64_ABS64 tempy2
10 +10008: 00045034 \.word 0x00045034
11 +1000c: 1234123c \.word 0x1234123c
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.028984 seconds and 4 git commands to generate.