.file "abc.c" .section .rodata .LC0: .string "In abc \n" .text .globl abc .type abc,@function abc: pushl %ebp movl %esp, %ebp subl $8, %esp subl $12, %esp pushl $.LC0 call printf addl $16, %esp leave ret .Lfe1: .size abc,.Lfe1-abc .ident "GCC: (GNU) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)"