From d9c268a0a6a91e1c731777dab1c7cf555b7240cc Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 10 Sep 2013 16:05:00 +0000 Subject: merge from gcc --- libiberty/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e4ce0b9a63..ff35eb1827 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,22 @@ +2013-09-10 Gary Benson + + * 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-08-20 Alan Modra * floatformat.c (floatformat_ibm_long_double): Rename to.. -- cgit v1.2.1