tlsg32.s 174 B

123456789101112
  1. .section .tbss
  2. .align 4
  3. .word 0, 0, 0, 0, 0, 0
  4. .type a,#tls_object
  5. .size a,4
  6. a:
  7. .word 0
  8. .text
  9. .globl _start
  10. _start:
  11. .section .debug_foobar
  12. .word %r_tls_dtpoff32(a)