aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pltgot-1.s
blob: 0e23078d2fed970a507fe5abe0e182d1b02768c8 (plain)
1
2
3
4
5
6
	.text
	.globl	plt	
	.type	plt, @function
plt:
	call   *puts@GOT(%ebx)
	jmp	puts@PLT