diff options
author | DJ Delorie <dj@redhat.com> | 2009-03-18 00:07:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-03-18 00:07:49 +0000 |
commit | c743cf5d81e46011aada39382daabf1383f3ad41 (patch) | |
tree | 404e807c19fa4d2e25153858a712397b8ba0c5c1 /libiberty/ChangeLog | |
parent | 5b548f9aa4f12b5b0912a5b5a9d1a30ccb2338e5 (diff) | |
download | gdb-c743cf5d81e46011aada39382daabf1383f3ad41.zip gdb-c743cf5d81e46011aada39382daabf1383f3ad41.tar.gz gdb-c743cf5d81e46011aada39382daabf1383f3ad41.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index db7d287..00aa57a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2009-03-17 Jason Merrill <jason@redhat.com> + + * cp-demangle.c (d_make_function_param): new fn. + (cplus_demangle_mangled_name): Work around abi v2 bug. + (d_expr_primary): Likewise. + (cplus_demangle_operators): Add alignof ops. + (d_expression): Handle function parameters and conversions + with other than 1 operand. + (d_print_comp): Handle function parameters. Fix bug with + function used in type of function. + * testsuite/demangle-expected: Upate tests. + 2009-02-21 Mark Mitchell <mark@codesourcery.com> * make-temp-file.c (<windows.h>): Include on Windows. |