tlslib.s 338 B

1234567891011121314151617181920
  1. .section ".tdata", #alloc, #write, #tls
  2. .align 4
  3. .globl sG1, sG2, sG3, sG4, sG5, sG6, sG7, sG8
  4. sG1: .word 513
  5. sG2: .word 514
  6. sG3: .word 515
  7. sG4: .word 516
  8. sG5: .word 517
  9. sG6: .word 518
  10. sG7: .word 519
  11. sG8: .word 520
  12. .text
  13. /* Dummy. */
  14. .globl __tls_get_addr
  15. .type __tls_get_addr,#function
  16. .proc 04
  17. __tls_get_addr:
  18. ret
  19. restore