This is the mail archive of the gcc-patches@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: [PATCH] Demangler woes with current CVS and type names


> I might work up a (private) set of instructions on how to use the new
> routines in the C++ runtime, just for experimentation with "what if the
> GPL really /did/ allow us to use this piece of Free Software here with
> that piece of Free Software over there."

To be clear, there's no problem with making a version of libgcc that
contains the demangler and then linking it with GPL-compatible code.

We don't ship libgcc built that way, though, because that would make
linking GPL-incompatible code with libgcc impossible, and that would
be contrary to the expectations that have been built up over the years
about libgcc.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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