mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
65daf5bed6
PR 29072
9 lines
170 B
ArmAsm
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
|