LoongArch: update test cases about TLS
[platform/upstream/binutils.git] / ld / testsuite / ld-loongarch-elf / desc-le.s
1         .global var
2         .section .tdata,"awT",@progbits
3 var:
4         .word 1
5         .text
6         .global fn1
7         .type   fn1,@function
8 fn1:
9
10         # DESC will relax to LE.
11         la.tls.desc $a0,var
12
13         # extreme cmodel do not do transition.
14         la.tls.desc $a0,$a1,var