Home | History | Annotate | Download | only in ld-mips-elf
      1 	.text
      2 	.globl	bar
      3 
      4 	.space	0x1000
      5 
      6 	.ent	bar
      7 	.set	mips16
      8 bar:
      9 	nop
     10 	.set	nomips16
     11 	.end	bar
     12 
     13 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
     14 	.align	4, 0
     15 	.space	16
     16