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