summaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2013-09-10 19:01:20 +0000
committerDJ Delorie <dj@delorie.com>2013-09-10 19:01:20 +0000
commitcdd47267d668c0ae88241b72e1e1d3330265f0d8 (patch)
treefcf810638639fb1134e6671068cc2f7569ed6987 /libiberty/ChangeLog
parent155fc52ea2da7c5517a8a39854dbac932bafec57 (diff)
downloadbinutils-redhat-cdd47267d668c0ae88241b72e1e1d3330265f0d8.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index ff35eb1827..3ebf3c1766 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,27 @@
+2013-09-10 Paolo Carlini <paolo.carlini@oracle.com>
+
+ PR bootstrap/58386
+ Revert:
+
+ 2013-09-10 Gary Benson <gbenson@redhat.com>
+
+ * cp-demangle.c: Include hashtab.h.
+ (struct d_print_info): New field saved_scopes.
+ (d_print_init): Initialize the above.
+ (d_print_free): New function.
+ (cplus_demangle_print_callback): Call the above.
+ (struct d_saved_scope): New structure.
+ (d_store_scope): New function.
+ (d_free_scope) Likewise.
+ (d_restore_scope) Likewise.
+ (d_hash_saved_scope) Likewise.
+ (d_equal_saved_scope) Likewise.
+ (d_print_comp): New variable saved_scope.
+ [DEMANGLE_COMPONENT_REFERENCE,
+ DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
+ time the component is traversed, and use the captured scope for
+ subsequent traversals.
+
2013-09-10 Gary Benson <gbenson@redhat.com>
* cp-demangle.c: Include hashtab.h.