1	.globl	_start
2	.type	_start, @function
3_start:
4	movl	_text@GOT(%ecx), %eax
5	.size	_start, .-_start
6