This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] Make use of runtime demangler
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Carlo Wood <carlo at alinoe dot com>
- Cc: Phil Edwards <phil at jaj dot com>, libstdc++ at gcc dot gnu dot org
- Date: Sat, 30 Mar 2002 08:22:41 -0800 (PST)
- Subject: Re: [libstdc++] Make use of runtime demangler
> I have not been following the thread(s) on demangling lately...
> but does this mean that my demangler is no longer needed?
I don't know.
> Is the demangler that is added instead now capable to demangle
> everything, too?
That is my assumption.
> Just asking because last thing I knew was that the problem
> of adding my demangler to libiberty and the C++ support library
> was a license problem (the FSF would refuse to allow another
> license than the GPL); but my demangler would be better.
I believe the licensing travesty has now been resolved.
I'm actually not that knowledgable about this. Can you clarify why your
demangler would be better? (And post a patch that adds it to libsupc++ so
that __cxa_demangle has a real definition?)
-benjamin