aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2013-04-04 01:03:01 +0000
committerDJ Delorie <dj@redhat.com>2013-04-04 01:03:01 +0000
commitdcd7e9d6a51af1b474496110e9f840b624229f5f (patch)
tree1c2dbf41717b9c2ca5c1cbaf00ade76babd1f4c1 /libiberty/ChangeLog
parent9e1097d62df1aec96889a6ec2049383142c8b8a4 (diff)
downloadgdb-dcd7e9d6a51af1b474496110e9f840b624229f5f.zip
gdb-dcd7e9d6a51af1b474496110e9f840b624229f5f.tar.gz
gdb-dcd7e9d6a51af1b474496110e9f840b624229f5f.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 5e44732..717221d 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,5 +1,8 @@
2013-04-03 Jason Merrill <jason@redhat.com>
+ * cp-demangle.c (cplus_demangle_type): Fix function quals.
+ (d_pointer_to_member_type): Simplify.
+
Demangle C++11 ref-qualifier.
* cp-demangle.c (d_ref_qualifier): New.
(d_nested_name, d_function_type): Use it.