.file	"cexample.c"
gcc2_compiled.:
.section	".text"
	.align 4
	.global plus_five
	.type	 plus_five,#function
	.proc	04
plus_five:
	!#PROLOGUE# 0
	save %sp,-120,%sp
	!#PROLOGUE# 1
	st %i0,[%fp+68]
	ld [%fp+68],%o0
	add %o0,5,%o1
	st %o1,[%fp-20]
	ld [%fp-20],%i0
	b .LL1
	nop
.LL1:
	ret
	restore
.LLfe1:
	.size	 plus_five,.LLfe1-plus_five
.section	".rodata"
	.align 8
.LLC0:
	.asciz	"Interation and function: %i %i\n"
.section	".text"
	.align 4
	.global main
	.type	 main,#function
	.proc	04
main:
	!#PROLOGUE# 0
	save %sp,-120,%sp
	!#PROLOGUE# 1
	nop
	st %g0,[%fp-20]
.LL3:
	ld [%fp-20],%o0
	cmp %o0,9
	ble .LL6
	nop
	b .LL4
	nop
.LL6:
	ld [%fp-20],%o0
	call plus_five,0
	nop
	mov %o0,%o2
	sethi %hi(.LLC0),%o1
	or %o1,%lo(.LLC0),%o0
	ld [%fp-20],%o1
	call printf,0
	nop
.LL5:
	ld [%fp-20],%o1
	add %o1,1,%o0
	mov %o0,%o1
	st %o1,[%fp-20]
	b .LL3
	nop
.LL4:
.LL2:
	ret
	restore
.LLfe2:
	.size	 main,.LLfe2-main
	.ident	"GCC: (GNU) 2.7.2"