PR25882, .gnu.attributes are not checked for shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / tls-multi-got-1-2.s
CommitLineData
f4e584bd
DJ
1.macro one_sym count
2.globl sym_2_\count
3sym_2_\count:
4 la $2, sym_2_\count
5.endm
6
7.irp thou,0,1,2,3,4,5,6,7,8,9
8.irp hund,0,1,2,3,4,5,6,7,8,9
9.irp tens,0,1,2,3,4,5,6,7,8,9
10.irp ones,0,1,2,3,4,5,6,7,8,9
11one_sym \thou\hund\tens\ones
12.endr
13.endr
14.endr
15.endr
16
17tls_bits_2:
18 addiu $4,$28,%tlsgd(tlsvar_gd)
19 addiu $4,$28,%tlsldm(tlsvar_ld)
20 addiu $4,$2,%gottprel(tlsvar_ie)
This page took 0.625395 seconds and 4 git commands to generate.