From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16813 invoked by alias); 12 Nov 2013 17:44:15 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 16774 invoked by uid 79); 12 Nov 2013 17:44:14 -0000 Date: Tue, 12 Nov 2013 17:44:00 -0000 Message-ID: <20131112174412.16617.qmail@sourceware.org> From: devans@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 8943b874760d9cf35b71890a70af9866e4fab2a6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6adcee1866fe6b700bc1cc5a9675479530af7205 X-Git-Newrev: 8943b874760d9cf35b71890a70af9866e4fab2a6 X-SW-Source: 2013-q4/txt/msg00119.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 8943b874760d9cf35b71890a70af9866e4fab2a6 (commit) from 6adcee1866fe6b700bc1cc5a9675479530af7205 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8943b874760d9cf35b71890a70af9866e4fab2a6 commit 8943b874760d9cf35b71890a70af9866e4fab2a6 Author: Doug Evans Date: Tue Nov 12 09:43:17 2013 -0800 Work around gold/15646. * dwarf2read.c (read_index_from_section): Update comment. (struct dw2_symtab_iterator): New member global_seen. (dw2_symtab_iter_init): Initialize it. (dw2_symtab_iter_next): Skip duplicate global symbols. (dw2_expand_symtabs_matching): Ditto. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 9 +++++++++ gdb/dwarf2read.c | 43 ++++++++++++++++++++++++++++++++++++------- 2 files changed, 45 insertions(+), 7 deletions(-) hooks/post-receive -- gdb and binutils