More support for ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-relax-ie-le.s
CommitLineData
a06ea964
NC
1 .section .tdata
2var:
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.223786 seconds and 4 git commands to generate.