.file "f.c" .section .rodata .LC0: .string "in g %c" .text .globl g .type g, @function g: pushl %ebp movl %esp, %ebp subl $88, %esp movb $97, -80(%ebp) movzbl -80(%ebp), %eax movsbl %al,%eax movl %eax, 4(%esp) movl $.LC0, (%esp) call printf leave ret .size g, .-g .globl f .type f, @function f: pushl %ebp movl %esp, %ebp subl $8, %esp movl $4, 4(%esp) movl $3, (%esp) call g leave ret .size f, .-f .ident "GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)" .section .note.GNU-stack,"",@progbits