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