aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr17306a.s
blob: a2ee48d3a63c1bbd292b3581c7c8a14f5309f9f2 (plain)
1
2
3
4
5
6
7
8
9
	.data
	.globl foo
foo:
	.quad -1
	.text
	.globl	_start
	.type	_start, @function
_start:
	pushq	foo@GOTPCREL(%rip)