demangle.cc
5.53 KB
-
demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start… · 4a035cf7
demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start with _GLOBAL_[ID]_ differently... * include/bits/demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start with _GLOBAL_[ID]_ differently: the trailing part ends with a terminating zero and is not necessarily an encoding. * src/demangle.cc (): Same. * testsuite/demangle/regression/cw-13.cc: Adjust for new output. From-SVN: r72027
Carlo Wood committed