1	.text
2_start:
3	mov	foo@gottpoff(%rip), %rax
4	mov	foo@gottpoff(%rip), %r12
5	add	foo@gottpoff(%rip), %eax
6	add	foo@gottpoff(%rip), %r12d
7	.globl	foo
8	.section	.tdata,"awT",@progbits
9	.align 4
10	.type	foo, @object
11	.size	foo, 4
12foo:
13	.long	100
14