summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr17689b.S
blob: 64485c7e9164071c639c0f451f36d89fa9a83802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	.text
	.globl	main
	.type	main, @function
main:
	subq	$8, %rsp
	movq	bar_alias(%rip), %rdi
	call	foo@PLT
	movq	ptr(%rip), %rax
	movq	(%rax), %rdi
	call	foo@PLT
	xorl	%eax, %eax
	addq	$8, %rsp
	ret
	.size	main, .-main
	.globl	ptr
	.section	.data.rel,"aw",@progbits
	.align 8
	.type	ptr, @object
	.size	ptr, 8
ptr:
	.quad	bar_alias
	.section	.note.GNU-stack,"",@progbits