This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: DEMANGLING for SOLARIS CC
- To: calonso at teldat dot es (Christian Alonso)
- Subject: Re: DEMANGLING for SOLARIS CC
- From: Joe Buck <jbuck at Synopsys dot COM>
- Date: Mon, 21 Dec 98 8:45:18 PST
- Cc: egcs at egcs dot cygnus dot com
> Hi there:
> We have recently started to use egcs 1.1.1 release in our
> HPUX/AIX/SOLARIS platforms. Unfortunately (and we plan to change that in
> the near future if we can), we develop software using ILOG libraries,
> and this company has decided to stop giving GCC/EGCS (anything GNU)
> versions of his libraries and is giving only versions of them for native
> compilers (aCC, xlC and CC in HPUX, AIX and SOLARIS).
Then I'm afraid you are out of luck, unless you can pursuade them to
change their policies.
> Anyway, the big question is:
> - I've seen that aCC demangling support has been announced. Are there
> plans for Solaris/AIX demangling in the near future? I would be willing
> to help with that.
All demangling support means is that gdb works on HP aCC output. It
doesn't mean you can link egcs/g++ code with aCC code and have it work.