From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Peter Barada Cc: egcs@cygnus.com Subject: Re: Profiling floating point emulation (fp-bit) Date: Sun, 28 Jun 1998 02:05:00 -0000 Message-id: <9098.899023221@hurl.cygnus.com> References: <199803140229.VAA08783@miacomet.wavemark.com> X-SW-Source: 1998-06/msg01021.html In message <199803140229.VAA08783@miacomet.wavemark.com>you write: > > I'm building for a target that doesn't have hardware FP support, so it > has to include fp-bit.c to get its support. > > The application I'm building does a lot of floating point, so I'm > trying to profile the floating point emulation which is not built with > profiling. > > Anybody have any ideas on how to get a libgcc1_p.a that has profiling > turned on (and properly installed)? You could add -p/-pg to LIBGCC2_CFLAGS in your Makefile. jeff