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]

Fix for demangling problems in libiberty


This fixes problems where GDB wasn't able to demangle a name
properly. It was due to some pieces of the demangler having if
(GNU_DEMANGLING) instead of if (AUTO_DEMANGLING || GNU_DEMANGLING).

I'll apply this to GDB's libiberty, but it needs to be applied to
GCC's libiberty, since ours get's overwritten by the GCC one every so
often.

With this patch, and Hans Peter Nilsson's fixes, I no longer can find
any names that don't get demangled properly.


--Dan

demanglefixes


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