diff options
author | DJ Delorie <dj@redhat.com> | 2004-06-28 18:01:46 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-06-28 18:01:46 +0000 |
commit | a21da8bff0e6a2efd2daa258e82574980c5cb270 (patch) | |
tree | 111065adc09e2cbfa7d2e33c8f05221fe1897556 /libiberty/ChangeLog | |
parent | 8ffc9dd4f476dc8a0a00e7fe8bca7b8ea68c66bb (diff) | |
download | gdb-a21da8bff0e6a2efd2daa258e82574980c5cb270.zip gdb-a21da8bff0e6a2efd2daa258e82574980c5cb270.tar.gz gdb-a21da8bff0e6a2efd2daa258e82574980c5cb270.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 599fab3..6458c2a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,16 @@ +2004-06-28 Zack Weinberg <zack@codesourcery.com> + + * cp-demangle.h: Declare cplus_demangle_operators, + cplus_demangle_builtin_types, cplus_demangle_mangled_name, and + cplus_demangle_type as static if IN_GLIBCPP_V3. + +2004-06-28 Ian Lance Taylor <ian@wasabisystems.com> + + PR other/16240 + * cp-demangle.c (d_expr_primary): Check for a failure return from + cplus_demangle_type. + * testsuite/demangle-expected: Add test case. + 2004-05-31 Danny Smith <dannysmith@users.sourceforge.net> * pex-win32.c (fix_argv): Expand comment. @@ -597,7 +610,7 @@ 2003-08-12 Nathanael Nerode <neroden@gcc.gnu.org> - * cp-demangle.c: Clarify what package(s) this is part of. + * cp-demangle.c: Clarify what package(s) this is part of. 2003-07-05 Danny Smith <dannysmith@users.sourceforge.net> |