1	.text
2_start:
3	movl	$foo@GOT, %eax
4	movl	$foo@GOT + 4, %eax
5
6	.intel_syntax noprefix
7
8	mov	eax, offset foo@got
9	mov	eax, offset foo@got + 4
10