mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
10 lines
147 B
ArmAsm
10 lines
147 B
ArmAsm
|
.text
|
||
|
.long 1,2,3,4
|
||
|
|
||
|
# thread local storage sections
|
||
|
.section .tdata
|
||
|
.long 5,6,7,8,9,10,11,12
|
||
|
|
||
|
.section .tbss
|
||
|
.long 0,0,0,0,0,0,0,0,0,0,0,0
|