diff options
author | DJ Delorie <dj@redhat.com> | 2003-12-16 00:58:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-12-16 00:58:45 +0000 |
commit | d35d0cd43c20f6f014da29ddf38f345aac490a2b (patch) | |
tree | e53c96363b9a23a3c03cf6c1885cff75db841b70 /libiberty/ChangeLog | |
parent | ab4f2b471a55bf908cba5f5623a99466f55ff523 (diff) | |
download | gdb-d35d0cd43c20f6f014da29ddf38f345aac490a2b.zip gdb-d35d0cd43c20f6f014da29ddf38f345aac490a2b.tar.gz gdb-d35d0cd43c20f6f014da29ddf38f345aac490a2b.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cd7200d..0a027a0 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,14 @@ +2003-12-15 Ian Lance Taylor <ian@wasabisystems.com> + + * cp-demangle.c (d_print_function_type): Print the function + parameters with no modifiers. + * testsuite/demangle-expected: Add test case. + + * cp-demangle.c (d_demangle): If DMGL_PARAMS is not set, don't + expect that we've read the entire string. + (is_ctor_or_dtor): Don't expect that we've read the entire + string--reverse patch of 2003-11-29. + 2003-12-15 Brendan Kehoe <brendan@zen.org> * libiberty/Makefile.in (floatformat.o): Add dependency on |