Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-tiny-ie.s
1 .global v1
2 .section .tdata,"awT",%progbits
3 v1:
4 .word 1
5
6 .text
7
8 # Test tiny TLS IE.
9 mrs x2, tpidr_el0
10 ldr x0, #:gottprel:v1
11 add x0, x2, x0
12 ldr w0, [x0]
This page took 0.030312 seconds and 4 git commands to generate.