aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr19609-7.s
blob: bc654f5cf5af850a695cc5147f330da01e8aa2dd (plain)
1
2
3
4
5
6
7
	.text
	.weak	foobar
	.globl  _start
	.type	_start, @function
_start:
	call	*foobar@GOTPCREL(%rip)
	.size	_start, .-_start