aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/copyreloc-main.S
blob: cc17f0e4c7621f7c7e599a578c9996e8ead7c7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.section	.text.startup,"ax",@progbits
	.p2align 4,,15
	.globl	main
	.type	main, @function
main:
.LFB0:
	.cfi_startproc
	xorl	%eax, %eax
	cmpl	$2, a_glob(%rip)
	setne	%al
	ret
	.cfi_endproc
.LFE0:
	.size	main, .-main
	.section	.note.GNU-stack,"",@progbits