diff options
author | DJ Delorie <dj@redhat.com> | 2013-09-10 16:05:02 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-09-10 16:05:02 +0000 |
commit | eabdca0f8d9aed91fd92af8918d4bc40187228a8 (patch) | |
tree | d55e125c187d01ae2c9c52e4eeca150753e59f50 /libiberty/ChangeLog | |
parent | d91fab15e7eb04f6c9b7fee5859d8815b7aa84ee (diff) | |
download | gdb-eabdca0f8d9aed91fd92af8918d4bc40187228a8.zip gdb-eabdca0f8d9aed91fd92af8918d4bc40187228a8.tar.gz gdb-eabdca0f8d9aed91fd92af8918d4bc40187228a8.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e4ce0b9..ff35eb1 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,22 @@ +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-08-20 Alan Modra <amodra@gmail.com> * floatformat.c (floatformat_ibm_long_double): Rename to.. |