summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/discarded1.s
blob: 16c7e93172e8df2122d952b1af0587a16b9e187b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.text
.globl _start
	.type	_start, @function
_start:
	divq	x@GOTPCREL(%rip), %rax
	.size	_start, .-_start
.globl x
	.data
	.align 4
	.type	x, @object
	.size	x, 4
x:
	.long	2