This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Profiling floating point emulation (fp-bit)



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]