mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
12 lines
154 B
ArmAsm
12 lines
154 B
ArmAsm
.global var
|
|
.section .tdata,"awT",@progbits
|
|
var:
|
|
.word 1
|
|
.text
|
|
.global fn1
|
|
.type fn1,@function
|
|
fn1:
|
|
|
|
# DESC will relax to LE.
|
|
la.tls.desc $a0,var
|