summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr21038a.s
blob: d9a1b4c7f22b833c24f8fccfb38586194393aa99 (plain)
1
2
3
4
5
6
7
8
	.text
	.globl foo
	.type foo, @function
foo:
	.cfi_startproc
	call	func@plt
	movq	func@GOTPCREL(%rip), %rax
	.cfi_endproc