diff options
author | DJ Delorie <dj@redhat.com> | 2004-02-25 02:04:37 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-02-25 02:04:37 +0000 |
commit | 099f84cfbae3923e0e38a74d792c7a9bfc38f57a (patch) | |
tree | b4e47160845206f0d51fd4e59110cdf4e028b99d /libiberty/ChangeLog | |
parent | 4cfcaf218cfb0fd0601725074a732689c1155e22 (diff) | |
download | gdb-099f84cfbae3923e0e38a74d792c7a9bfc38f57a.zip gdb-099f84cfbae3923e0e38a74d792c7a9bfc38f57a.tar.gz gdb-099f84cfbae3923e0e38a74d792c7a9bfc38f57a.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e21c34f..58a1142 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,10 @@ 2004-02-24 Ian Lance Taylor <ian@wasabisystems.com> + * cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra + parentheses around a cast. + * testsuite/demangle-expected: Adjust two test cases to match new + output. + * cp-demangle.c (__cxa_demangle): Pass DMGL_PARAMS to d_demangle. * cp-demangle.c (d_print_comp) [RESTRICT, VOLATILE, CONST]: Don't |