1	.data
2	.globl foo
3foo:
4	.long -1
5	.text
6	.globl	_start
7	.type	_start, @function
8_start:
9	pushl	foo@GOT(%ebx)
10