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