.file "func1.c" gcc2_compiled.: ___gnu_compiled_c: .globl _x .data .align 4 _x: .long 0 .globl _y .align 4 _y: .long 0 .def ___main; .scl 2; .type 32; .endef .text .align 4 .globl _main .def _main; .scl 2; .type 32; .endef _main: pushl %ebp movl %esp,%ebp subl $8,%esp call ___main movl $5,_x addl $-12,%esp movl _x,%eax pushl %eax call _plus10 addl $16,%esp movl %eax,%eax movl %eax,_y L2: leave ret .align 4 .globl _plus10 .def _plus10; .scl 2; .type 32; .endef _plus10: pushl %ebp movl %esp,%ebp movl 8(%ebp),%edx addl $10,%edx movl %edx,%eax jmp L3 .p2align 4,,7 L3: leave ret .def _plus10; .scl 2; .type 32; .endef