summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr22791-2c.s
blob: 1460d1b8288f57a064190876477ae871584e9c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.text
	.p2align 4,,15
	.globl	main
	.type	main, @function
main:
	subq	$8, %rsp
	call	foo
	xorl	%eax, %eax
	addq	$8, %rsp
	ret
	.size	main, .-main
	.section	.note.GNU-stack,"",@progbits