diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-13 22:59:40 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-09-13 22:59:40 +0000 |
commit | d3e8500506c29c035b8f35c09019b6736f556acd (patch) | |
tree | e766eb9a849f5ce03c3a0e4d1a9fc7af799c5419 /libiberty/ChangeLog | |
parent | 064002de2b47fd7dc86feefc50dd489ca110cff0 (diff) | |
download | gdb-d3e8500506c29c035b8f35c09019b6736f556acd.zip gdb-d3e8500506c29c035b8f35c09019b6736f556acd.tar.gz gdb-d3e8500506c29c035b8f35c09019b6736f556acd.tar.bz2 |
* testsuite/demangle-expected: Add two tests for anonymous
namespaces.
* cplus-dem.c (gnu_special): Handle anonymous namespaces.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 27de2ac..a415366 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,8 +1,13 @@ +2000-09-14 Hans-Peter Nilsson <hp@axis.com> + + * testsuite/demangle-expected: Add two tests for anonymous + namespaces. + * cplus-dem.c (gnu_special): Handle anonymous namespaces. + 2000-09-10 Hans-Peter Nilsson <hp@axis.com> * testsuite/demangle-expected: Add four tests for type_info mangling. - * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, for a non-template non-qualified type_info function or node. |