Adam Sulmicki <[EMAIL PROTECTED]> writes: > can someone help me understand what is going on? > > are the -p and -pg options supposed to work?
This question is not appropriate for gcc@gcc.gnu.org, which is a mailing list for gcc developments. It is appropriate for [EMAIL PROTECTED] -p does work on GNU/Linux systems. > 3b0: e8 00 00 00 00 call 3b5 <menu_init+0xb> > 3b1: R_386_PC32 .bss That is presumably the call to mcount which records the profiling information. Ian