Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
141 Kevin 1
	.file	"test.c"
2
	.text
3
.globl main
4
	.type	main, @function
5
main:
6
.LFB0:
7
	.cfi_startproc
8
	movl	$0, %eax
9
	ret
10
	.cfi_endproc
11
.LFE0:
12
	.size	main, .-main
13
.globl tmp_func
14
	.type	tmp_func, @function
15
tmp_func:
16
.LFB1:
17
	.cfi_startproc
18
	movl	$-1, %eax
19
	cmpl	$1, %edi
20
	ja	.L5
21
	mov	%edi, %edi
22
	movl	CSWTCH.1(,%rdi,4), %eax
23
.L5:
24
	rep
25
	ret
26
	.cfi_endproc
27
.LFE1:
28
	.size	tmp_func, .-tmp_func
29
	.section	.rodata
30
	.align 4
31
	.type	CSWTCH.1, @object
32
	.size	CSWTCH.1, 8
33
CSWTCH.1:
34
	.long	0
35
	.long	1
36
	.ident	"GCC: (GNU) 4.4.4 20100726 (Red Hat 4.4.4-13)"
37
	.section	.note.GNU-stack,"",@progbits