From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24068 invoked by alias); 4 Sep 2013 14:04:17 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 24050 invoked by uid 9364); 4 Sep 2013 14:04:17 -0000 Date: Wed, 04 Sep 2013 14:04:00 -0000 Message-ID: <20130904140417.24022.qmail@sourceware.org> From: gary@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] gbenson/pr14963: ChangeLog X-Git-Refname: refs/heads/gbenson/pr14963 X-Git-Reftype: branch X-Git-Oldrev: 6e160062d79d9f205648c657e0e48b485bf005d1 X-Git-Newrev: 022d2cd1640d1f3abf7d5c6d16eb68e785f9df55 X-SW-Source: 2013-q3/txt/msg00034.txt.bz2 List-Id: The branch, gbenson/pr14963 has been updated via 022d2cd1640d1f3abf7d5c6d16eb68e785f9df55 (commit) from 6e160062d79d9f205648c657e0e48b485bf005d1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 022d2cd1640d1f3abf7d5c6d16eb68e785f9df55 Author: Gary Benson Date: Wed Sep 4 15:04:11 2013 +0100 ChangeLog ----------------------------------------------------------------------- Summary of changes: libiberty/ChangeLog | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e4ce0b9..a084282 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,22 @@ +2013-09-04 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.. hooks/post-receive -- Repository for Project Archer.