tls-relax-ie-le-2.s 278 B

1234567891011121314151617181920
  1. # Test TLS IE to TLS LE relaxation when instructions are not consecutive.
  2. .section .tdata
  3. var:
  4. .word 2
  5. .text
  6. mrs x1, tpidr_el0
  7. nop
  8. nop
  9. adrp x0, :gottprel:var
  10. nop
  11. nop
  12. nop
  13. ldr x0, [x0, #:gottprel_lo12:var]
  14. nop
  15. add x0, x1, x0
  16. nop
  17. nop
  18. ldr w0, [x0]
  19. .section .tdata