summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/plt2.s
blob: 25859fabf4fbddec340fb1688dca54bafb2b12f6 (plain)
1
2
3
4
5
6
7
	.text
	.globl _start
	.type _start,@function
_start:
	call fn1
	call fn2
	cmpl $fn1, 8(%rsp)