AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-556.s
CommitLineData
e04ef022
RL
1 .global v1
2 .global v2
3 .section .tdata,"awT",%progbits
4v1:
5 .word 0xdeaddead
6v2:
7 .word 0xcafecafe
8
9 .text
10 ldrsw x1, [x19, #:tprel_lo12:v2]
This page took 0.094403 seconds and 4 git commands to generate.