1	.text
2	.globl	_start
3	.type	_start, @function
4_start:
5        lw	$2, %gp_rel(i)($28)
6
7	.section .sdata
8	.space 0x10000
9
10	.section .sbss
11i:
12	.space	4
13