Home | History | Annotate | Download | only in ld-mips-elf
      1 	.abicalls
      2 	.text
      3 
      4 	.globl	f1
      5 	.if	defv == 3
      6 	.protected f1
      7 	.elseif	defv == 2
      8 	.hidden	f1
      9 	.elseif	defv == 1
     10 	.internal f1
     11 	.endif
     12 	.ent	f1
     13 f1:
     14 	.frame	$sp, 0, $31
     15 	.mask	0x00000000, 0
     16 	.fmask	0x00000000, 0
     17 	jr	$31
     18 	.end	f1
     19