.file "asm2c.c" .version "01.01" gcc2_compiled.: .text .align 4 .globl func4 .type func4,@function func4: pushl %ebp movl %esp,%ebp movl 8(%ebp),%ecx xorl %eax,%eax xorl %edx,%edx cmpl %ecx,%eax jge .L4 .p2align 4,,7 .L6: addl %edx,%eax incl %edx cmpl %ecx,%edx jl .L6 .L4: movl %ebp,%esp popl %ebp ret .Lfe1: .size func4,.Lfe1-func4 .align 4 .globl main .type main,@function main: pushl %ebp movl %esp,%ebp subl $8,%esp addl $-12,%esp pushl $5 call func4 xorl %eax,%eax movl %ebp,%esp popl %ebp ret .Lfe2: .size main,.Lfe2-main .ident "GCC: (GNU) 2.95.3 20010315 (release)"