AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-relax-ie-le-3.s
CommitLineData
a06ea964
NC
1# Test TLS IE to TLS LE relaxation when using arbitrary registers.
2
3 .section .tdata
4var:
5 .word 2
6 .text
7 mrs x2, tpidr_el0
8 adrp x15, :gottprel:var
9 ldr x15, [x15, #:gottprel_lo12:var]
10 add x15, x2, x15
11 ldr w0, [x15]
12 .section .tdata
This page took 0.327439 seconds and 4 git commands to generate.