1 .global v1 2 .section .tdata,"awT",%progbits 3v1: 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] 13