Home | History | Annotate | Download | only in ld-mips-elf
      1 	.set	mips16
      2 
      3 	.globl	__start
      4 	.ent	__start
      5 	.align	4
      6 __start:
      7 	.frame	$sp,24,$31
      8 	save	24,$31
      9 	jal	x+8
     10 	jal	y+8
     11 	restore	24,$31
     12 	j	$31
     13 	.end	__start
     14