.file "initfini.c" .section .init .globl _init .type _init, @function popl %ebx popl %ebp ret .size _init, .-_init .section .fini .globl _fini .type _fini, @function popl %ebx popl %ebp ret .size _fini, .-_fini .ident "GCC: (GNU) 3.4 20031029 (experimental)"