From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93080 invoked by alias); 24 May 2017 07:55:51 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 93052 invoked by uid 9674); 24 May 2017 07:55:50 -0000 Date: Wed, 24 May 2017 07:55:00 -0000 Message-ID: <20170524075550.93024.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] users/jkratoch/indexcxx-nameswrite-namesread: Merge branch 'indexcxx-nameswrite' into indexcxx-nameswrite-namesread X-Git-Refname: refs/heads/users/jkratoch/indexcxx-nameswrite-namesread X-Git-Reftype: branch X-Git-Oldrev: 04e52a9919f508fbcf6bbffcc5339dc9da7bbbc7 X-Git-Newrev: 115acb62c076b103ba79e71e10a78146996733e9 X-SW-Source: 2017-q2/txt/msg00034.txt.bz2 List-Id: The branch, users/jkratoch/indexcxx-nameswrite-namesread has been updated via 115acb62c076b103ba79e71e10a78146996733e9 (commit) via 044f278be92054f43f2012f47849e79d8528bcbd (commit) from 04e52a9919f508fbcf6bbffcc5339dc9da7bbbc7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 115acb62c076b103ba79e71e10a78146996733e9 Merge: 04e52a9 044f278 Author: Jan Kratochvil Date: Wed May 24 09:55:24 2017 +0200 Merge branch 'indexcxx-nameswrite' into indexcxx-nameswrite-namesread ----------------------------------------------------------------------- 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.