aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/call1.s
blob: 92c9f0582067a80d941e821c50e598457cf34ff8 (plain)
1
2
3
4
5
6
7
8
9
	.text
	.globl	foo
	.type	foo, @function
foo:
	ret
	.globl	_start
	.type	_start, @function
_start:
	call   *foo@GOTPCREL(%rip)