.file "while.c" .text .globl while_true .type while_true, @function while_true: pushl %ebp movl %esp, %ebp .L3: jmp .L3 .size while_true, .-while_true .globl while_10 .type while_10, @function while_10: pushl %ebp movl %esp, %ebp movl $0, %eax popl %ebp ret .size while_10, .-while_10 .ident "GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-52)" .section .note.GNU-stack,"",@progbits