]> git.ipfire.org Git - thirdparty/gcc.git/commit
demangle.h (demangle<Allocator>::symbol(char const*)): Decode symbols that start...
authorCarlo Wood <carlo@alinoe.com>
Thu, 2 Oct 2003 14:29:26 +0000 (14:29 +0000)
committerCarlo Wood <carlo@gcc.gnu.org>
Thu, 2 Oct 2003 14:29:26 +0000 (14:29 +0000)
commit4a035cf7eadf0bef3e972323e15d234d5ec4ded6
treeccaab9e68466ea77ca6dad097d61ff72be64ce38
parent28a6085042290266bb682a39cbef0a9c195d5838
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/demangle.h
libstdc++-v3/src/demangle.cc
libstdc++-v3/testsuite/demangle/regression/cw-13.cc