AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-287.d
1 #source: emit-relocs-287.s
2 #ld: -T relocs.ld --defsym tempy=0x1ffff --defsym tempy2=0x4 -e0 --emit-relocs
3 #objdump: -dr
4
5 #...
6 +10000: d29fffe4 mov x4, #0xffff // #65535
7 10000: R_AARCH64_MOVW_PREL_G0 tempy
8 +10004: 929ffff1 mov x17, #0xffffffffffff0000 // #-65536
9 10004: R_AARCH64_MOVW_PREL_G0 tempy2
10
This page took 0.034664 seconds and 4 git commands to generate.