This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Profiling trouble with C++ and egcs
- To: Marc dot Espie at liafa dot jussieu dot fr
- Subject: Re: Profiling trouble with C++ and egcs
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 31 Aug 1999 15:48:47 -0600
- cc: niklas at petra dot appli dot se, egcs-bugs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <19990831194131.A22326@tetto.liafa.jussieu.fr>you write:
> >From the egcs front, it definitely looks like some specs
> are missing from the gxxmain driver.
>
> Namely, *ANY* library it controls should be subject to
> the same potential transformation that libc is.
No. Because you can not assume that every library has a profiling aware
version sitting around. That's simply wrong.
What I recommend is you fix the profiling spec such that if profiling is
requested it will link in the profiling versions of libraries that exist
on your system.
jeff