This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: demengler in libstdc++ is changed
- From: Carlo Wood <carlo at alinoe dot com>
- To: Chris Lattner <sabre at nondot dot org>
- Cc: gcc at gcc dot gnu dot org, "H. J. Lu" <hjl at lucon dot org>
- Date: Fri, 14 Nov 2003 02:28:33 +0100
- Subject: Re: demengler in libstdc++ is changed
- References: <Pine.LNX.4.44.0311131935001.29615-100000@nondot.org>
On Thu, Nov 13, 2003 at 07:36:56PM -0600, Chris Lattner wrote:
>
> > BTW, is anyone working on fixing the demangler in libiberty? There
> > is a replacement in C++.
>
> If it's a problem that it is written in C++, you could always just compile
> it with the LLVM G++ compiler to C. Include _that_ in libiberty...
> problem solved! :) :)
We already provided a library with C linkage (that does not need
libstdc++). But the libiberty people don't want to need a C++
compiler to compile libiberty.
Your solution could work if you add the result to the CVS of libiberty
and then only regenerate it whenever the libstdc++ version is changed.
--
Carlo Wood <carlo@alinoe.com>