This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.8.0 mailing list ?
- To: Matthias Kurz <mk at baerlap dot north dot de>
- Subject: Re: gcc-2.8.0 mailing list ?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 27 Dec 1997 20:22:36 -0700
- cc: ML egcs <egcs at cygnus dot com>
- Reply-To: law at cygnus dot com
In message <9712271745.aa04767@baerlap.north.de>you write:
> Is there a list like this for gcc-2.8 ?
Yes, but it is a private list.
> Is there a web page or other information ?
http://www.gnu.org/software/gcc/gcc.html
> Does egcs/gcc-2.8 support profiling under Solaris-x86 ?
Don't know -- if it's not supported, then that might be a good
beginner project for someone that needs support for profiling
on that platform. I see lots of stuff that relates to profiling
for solaris-x86, so hopefully it actually works.
> Does egcs/gcc-2.8 under Solaris-x86 generate 'out of the box' debugging
> information for c++ that is understandable by gdb ?
It defaults to the same debug symbols as the native compiler on that
system, dwarf1 I believe. And dwarf1's support for C++ is marginal
at best.
It also supports gdb and dwarf2 as command line options, which should
work much better with C++.
jeff