1	.data
2	.type	foo, @object
3foo:
4	.text
5	.globl	_start
6	.type	_start, @function
7_start:
8	addl	foo@GOT, %ebx
9