aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/plt2.s
blob: d902baca5583bdafceec6c90dcb8c5fc38a07eb7 (plain)
1
2
3
4
5
6
7
	.text
	.globl _start
	.type _start,@function
_start:
	call fn1
	call fn2
	cmpl $fn1, 4(%esp)