Home | History | Annotate | Download | only in ld-mips-elf
      1 	.text
      2 	.globl	_start
      3 _start:
      4         lw	$2, %gp_rel(i)($28)
      5 
      6 	.section .sdata
      7 	.space 0x10000
      8 
      9 	.section .sbss
     10 i:
     11 	.space	4
     12