From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92908 invoked by alias); 24 May 2017 07:55:46 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 92880 invoked by uid 9674); 24 May 2017 07:55:45 -0000 Date: Wed, 24 May 2017 07:55:00 -0000 Message-ID: <20170524075545.92852.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] users/jkratoch/indexcxx-nameswrite: . X-Git-Refname: refs/heads/users/jkratoch/indexcxx-nameswrite X-Git-Reftype: branch X-Git-Oldrev: 49732834154631c8a0d30cd3c0cf1d5809fae98d X-Git-Newrev: 044f278be92054f43f2012f47849e79d8528bcbd X-SW-Source: 2017-q2/txt/msg00033.txt.bz2 List-Id: The branch, users/jkratoch/indexcxx-nameswrite has been updated via 044f278be92054f43f2012f47849e79d8528bcbd (commit) from 49732834154631c8a0d30cd3c0cf1d5809fae98d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 044f278be92054f43f2012f47849e79d8528bcbd Author: Jan Kratochvil Date: Wed May 24 09:55:20 2017 +0200 . ----------------------------------------------------------------------- Summary of changes: binutils/dwarf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/binutils/dwarf.c b/binutils/dwarf.c index cd8c015..a3feb6b 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -7775,7 +7775,7 @@ display_debug_names (struct dwarf_section *section, void *file) uint32_t hash_prev; size_t hash_clash_count = 0; size_t longest_clash = 0; - size_t this_length; + size_t this_length = 0; size_t hashi; for (hashi = 0; hashi < name_count; hashi++) { hooks/post-receive -- Repository for Project Archer.