ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-loongarch-elf / ie-le-relax.s
blob08bc398745e37d9e327caf1add2af96503f6d78a
1 .data
2 .section .tdata,"awT",@progbits
3 var1:
4 .word 1
5 var2:
6 .word 2
7 .text
8 .global fn1
9 .type gn1,@function
10 fn1:
11 # expect IE to relax LE
12 la.tls.ie $a0,var1
13 la.tls.ie $a0,var2