This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PING][PATCH][RFC] vterminate use of malloc-less demangler
Simon Baldwin <simonb@google.com> writes:
> The function is already in glibc, named thus, as part of revision
> 121305 -- this patch merely activates it. The name was suggested as a
> way to indicate glibc functions that are specifically intended for use
> by C++, but not part of any defined ABI.
Simon accidentally misspeaks here--the function is in libiberty, not
glibc.
Ian