summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr20244-3b.S
blob: 83880da6d6ba4fd702c4ea65a50b79ff5e71192c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
	.section	.rodata.str1.1,"aMS",@progbits,1
.LC0:
	.string	"PASS"
	.text
	.p2align 4,,15
	.globl	check
	.type	check, @function
check:
	subl	$12, %esp
	call	*get_func1@GOT
	cmpl	$func1, %eax
	jne	.L3
	call	*func1@GOT
	cmpl	$1, %eax
	jne	.L3
	call	*call_func1@GOT
	cmpl	$1, %eax
	jne	.L3
	call	*call_func2@GOT
	cmpl	$2, %eax
	jne	.L3
	subl	$12, %esp
	pushl	$.LC0
	call	*puts@GOT
	addl	$28, %esp
	ret
.L3:
	call	*abort@GOT
	.size	check, .-check
	.section	.note.GNU-stack,"",@progbits