aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr20244-3c.S
blob: 0b9001369741d59831c17b91fccff0e79bebd014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.text
	.p2align 4,,15
	.globl	get_func1
	.type	get_func1, @function
get_func1:
	movl	func1@GOT, %eax
	ret
	.size	get_func1, .-get_func1
	.p2align 4,,15
	.globl	call_func1
	.type	call_func1, @function
call_func1:
	jmp	*func1@GOT
	.size	call_func1, .-call_func1
	.section	.note.GNU-stack,"",@progbits