/project/binutils/ld/testsuite/ld-cris/tls-gottprelm.s

https://gitlab.com/torshie/modern-tool · Assembly · 28 lines · 24 code · 4 blank · 0 comment · 0 complexity · 6518ab26a2deb12bbb04f8289b9c24a4 MD5 · raw file

  1. .text
  2. .ifndef r
  3. .set r,1
  4. .endif
  5. .macro doit
  6. .global tlsdsofngottprelm\@
  7. .type tlsdsofngottprelm\@,@function
  8. .p2align 1
  9. tlsdsofngottprelm\@:
  10. move.w x\@:TPOFFGOT16,$r10
  11. .Lfe\@:
  12. .size tlsdsofngottprelm\@,.Lfe\@-tlsdsofngottprelm\@
  13. .globl x\@
  14. .section .tdata,"awT",@progbits
  15. .p2align 0
  16. .type x\@, @object
  17. .size x\@, 1
  18. x\@:
  19. .byte 40
  20. .previous
  21. .endm
  22. .rept r
  23. doit
  24. .endr