Retro68/binutils/ld/testsuite/ld-frv/tls-1-dep.s
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

9 lines
170 B
ArmAsm

.section .tbss,"awT",@nobits
.align 4
.globl x
.type x, @tls_object
.size x, 4
x:
.zero 4
.section .note.GNU-stack