Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-relax-ie-le.s
1 .section .tdata
2 var:
3 .word 2
4 .text
5 mrs x1, tpidr_el0
6 adrp x0, :gottprel:var
7 ldr x0, [x0, #:gottprel_lo12:var]
8 add x0, x1, x0
9 ldr w0, [x0]
This page took 0.031982 seconds and 4 git commands to generate.