summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/tlsgd3.s
blob: e1e7e601f49bd4369450e039e3c963c50b0dec07 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.text
	.globl _start
_start:
	leaq	foo@TLSGD(%rip), %rdi
	call	__tls_get_addr
	.section	.tdata,"awT",@progbits
	.align 4
	.type	foo, @object
	.size	foo, 4
foo:
	.long	100