This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: C++ demangling of 64-bit symbols on ppc64
Maynard Johnson <maynardj@us.ibm.com> writes:
> >Or, we could change the interface to the demangler. I don't think it
> >would be appropriate for the demangler to unconditionally remove
> >
> Why? Are there some circumstances where the correct answer is
> returned, even if the symbol has leading dots?
I believe the demangler should by default strive to avoid converting
two different mangled symbol names to the same demangled string. When
it does so, the output of nm --demangle becomes confusing.
Ian