2024-01-29 11:22:39 +00:00

13 lines
224 B
ArmAsm

.data
.section .tdata,"awT",@progbits
var:
.word 1
.text
.global fn1
.type gn1,@function
fn1:
# expect IE to relax LE in nomal cmodel.
la.tls.ie $a0,var
# extreme cmodel do not do transition.
la.tls.ie $a0,$a1,var