diff options
author | DJ Delorie <dj@redhat.com> | 2008-09-09 18:21:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2008-09-09 18:21:49 +0000 |
commit | ba8cb4bac543f3f56102145410291726ad2240cd (patch) | |
tree | 0b71f779749de53de837c1e1339a8ec7138f4724 /libiberty/ChangeLog | |
parent | 11cb6f65abdcbb7a258ae8228b331885678c60be (diff) | |
download | gdb-ba8cb4bac543f3f56102145410291726ad2240cd.zip gdb-ba8cb4bac543f3f56102145410291726ad2240cd.tar.gz gdb-ba8cb4bac543f3f56102145410291726ad2240cd.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 837035c..e6980ae 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2008-09-09 Jason Merrill <jason@redhat.com> + + * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_DECLTYPE. + (d_make_comp): Likewise. + (cplus_demangle_type): Handle decltype and DFP types. + (cplus_demangle_operators): Call operator takes 2 args. + (cplus_demangle_builtin_types): Add DFP types. + (d_exprlist): New fn. + (d_expression): Handle parm placeholders, T() and calls. + (d_print_comp): Handle decltype, T() and calls. + * testsuite/demangle-expected: Test the above. + 2008-08-07 Aaron W. LaFramboise <aaronavay62@aaronwl.com> * pex-win32.c (argv_to_argc): New function. @@ -4901,7 +4913,7 @@ Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com) * Merge egcs & devo libiberty. -1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de> +1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de> * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces. |