Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-relax-ie-le-2.s
1 # Test TLS IE to TLS LE relaxation when instructions are not consecutive.
2
3 .section .tdata
4 var:
5 .word 2
6 .text
7 mrs x1, tpidr_el0
8 nop
9 nop
10 adrp x0, :gottprel:var
11 nop
12 nop
13 nop
14 ldr x0, [x0, #:gottprel_lo12:var]
15 nop
16 add x0, x1, x0
17 nop
18 nop
19 ldr w0, [x0]
20 .section .tdata
This page took 0.033796 seconds and 4 git commands to generate.