Retro68/binutils/ld/testsuite/ld-frv/tls-1-dep.s

9 lines
170 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.section .tbss,"awT",@nobits
.align 4
.globl x
.type x, @tls_object
.size x, 4
x:
.zero 4
2022-10-27 18:45:45 +00:00
.section .note.GNU-stack