1	.globl	_start
2	.type	_start,%function
3_start:
4	ldr	r1,1f
5	ldr	r1,2f
61:
7	.word	foo(GOT)
82:
9	.word	_start(GOT)
10	.size	_start,.-_start
11