aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-03-23 22:05:12 +0000
committerDJ Delorie <dj@redhat.com>2009-03-23 22:05:12 +0000
commite2e1864d3b9e347761a9549f00cd128ed17fb12d (patch)
treea0defb82b1f760f6245e58298bef6b40539604e0 /libiberty/ChangeLog
parentcb010894ee1a20c856455954d294401efd4d8e74 (diff)
downloadbinutils-e2e1864d3b9e347761a9549f00cd128ed17fb12d.zip
binutils-e2e1864d3b9e347761a9549f00cd128ed17fb12d.tar.gz
binutils-e2e1864d3b9e347761a9549f00cd128ed17fb12d.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 00aa57a..a15a860 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,11 @@
+2009-03-23 Jason Merrill <jason@redhat.com>
+
+ * cp-demangle.c (d_expression): Handle pack expansion.
+ (d_find_pack): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM.
+ (d_print_subexpr): Don't wrap function parms in ().
+ (d_print_comp) [DEMANGLE_COMPONENT_PACK_EXPANSION]: Handle
+ not finding a pack.
+
2009-03-17 Jason Merrill <jason@redhat.com>
* cp-demangle.c (d_make_function_param): new fn.