tls-tiny-ie.s 159 B

123456789101112
  1. .global v1
  2. .section .tdata,"awT",%progbits
  3. v1:
  4. .word 1
  5. .text
  6. # Test tiny TLS IE.
  7. mrs x2, tpidr_el0
  8. ldr x0, #:gottprel:v1
  9. add x0, x2, x0
  10. ldr w0, [x0]