diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2003-12-15 23:29:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2003-12-15 23:29:31 +0000 |
commit | cbc278f44087d8f2ca5d60f50e0291929a3be7a0 (patch) | |
tree | 3ed09234365a2994fee2beb83ce92ceb48defbea /libiberty/ChangeLog | |
parent | 8d686df280fdcf004c3436048f4750ee860c8d72 (diff) | |
download | gcc-cbc278f44087d8f2ca5d60f50e0291929a3be7a0.zip gcc-cbc278f44087d8f2ca5d60f50e0291929a3be7a0.tar.gz gcc-cbc278f44087d8f2ca5d60f50e0291929a3be7a0.tar.bz2 |
cp-demangle.c (d_print_function_type): Print the function parameters with no modifiers.
* cp-demangle.c (d_print_function_type): Print the function
parameters with no modifiers.
* testsuite/demangle-expected: Add test case.
From-SVN: r74652
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c33e83b..0a027a0 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,9 @@ 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 |