This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC to open the C++ demangle API?
Alexandre Oliva wrote:
>>The cplus_demangle_v3 is the more public entry point, I /think/, and
>>the __cxa_demangle one is for completeness with the rest of the new ABI.
>>
>
>If __cxa_demangle is indeed demanded by the C++ ABI, then it appears
>to me that it would be appropriate to place Carlo's implementation in
>libsupc++, whose license is already GPL plus runtime exception.
>
libjava needs this as well, so ideally it would be somewhere where it
can be used by both (a convenience library?)
regards
Bryce.