This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: demengler in libstdc++ is changed


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]