diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-15 23:29:31 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-15 23:29:31 +0000 |
commit | 8ef443aba9ef765a1ca9db0248fb96df7c808795 (patch) | |
tree | 3ed09234365a2994fee2beb83ce92ceb48defbea /libiberty/ChangeLog | |
parent | 08d5ae10da2b46cb60d0307b1aab3aec3806ed0c (diff) | |
download | gcc-8ef443aba9ef765a1ca9db0248fb96df7c808795.tar.gz |
* cp-demangle.c (d_print_function_type): Print the function
parameters with no modifiers.
* testsuite/demangle-expected: Add test case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74652 138bc75d-0d04-0410-961f-82ee72b054a4
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 c33e83b3ef8..0a027a0c456 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 |