aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/tlsie5.s
blob: c39e46fd97b446d72bb430b05da82a0456f1990c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.globl _start
_start:
	xorq	%rax, foo@GOTTPOFF(%rip), %rax
	movq	(%rax), %rax
	.globl	foo
	.section	.tdata,"awT",@progbits
	.align 4
	.type	foo, @object
	.size	foo, 4
foo:
	.long	100