aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr25416-2.s
blob: b6dbb6d93ad3c62922ed1a3a1f31648c814f0873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
	.globl	_start
	.type	_start, @function
_start:
	lea	foo@TLSDESC(%rip), %rax
	call	*foo@TLSCALL(%rax)
	.section	.tdata,"awT",@progbits
	.align 4
	.type	foo, @object
	.size	foo, 4
foo:
	.long	30
	.section	.note.GNU-stack,"",@progbits