Home | History | Annotate | Download | only in ld-mips-elf
      1 .macro	one_sym	count
      2 .globl	sym_2_\count
      3 sym_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
     11 one_sym	\thou\hund\tens\ones
     12 .endr
     13 .endr
     14 .endr
     15 .endr
     16 
     17 tls_bits_2:
     18 	addiu	$4,$28,%tlsgd(tlsvar_gd)
     19 	addiu	$4,$28,%tlsldm(tlsvar_ld)
     20 	addiu	$4,$2,%gottprel(tlsvar_ie)
     21