aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr18815.s
blob: 6ec79ba0c0fd9ce65810530e16227da66c842482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.text
	.type   selector, %function
foo:
	movl	$0, %eax
	ret
selector:
	mov	$foo, %eax
	ret
	.type   selector, %gnu_indirect_function
	.globl	_start
_start:
	mov	$selector, %rax
	call	*%rax
	ret
	.section	.note.GNU-stack,"",@progbits