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

https://gitlab.com/torshie/modern-tool · Assembly · 26 lines · 22 code · 4 blank · 0 comment · 0 complexity · f98cb18cd863da89209e9351870421da MD5 · raw file

  1. .text
  2. .ifndef r
  3. .set r,1
  4. .endif
  5. .global tlsfntprelm
  6. .type tlsfntprelm,@function
  7. .p2align 1
  8. tlsfntprelm:
  9. move.w x:TPOFF16,$r10
  10. .Lfe:
  11. .size tlsfntprelm,.Lfe-tlsfntprelm
  12. .section .tdata,"awT",@progbits
  13. .p2align 2
  14. .type x,@object
  15. .size x,1
  16. x:
  17. .byte 42
  18. .globl z
  19. .type z,@object
  20. .size z,r
  21. z:
  22. .fill r,1,42