From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15061 invoked by alias); 6 Nov 2013 18:38:11 -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 15039 invoked by uid 9733); 6 Nov 2013 18:38:10 -0000 Date: Wed, 06 Nov 2013 18:38:00 -0000 Message-ID: <20131106183808.15015.qmail@sourceware.org> From: ccoutant@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 1d946cb356d22867128b40b9560857f930b2b0b0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b9502d3fd7848cd4d843be8bdc28633a3d24438d X-Git-Newrev: 1d946cb356d22867128b40b9560857f930b2b0b0 X-SW-Source: 2013-q4/txt/msg00059.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 1d946cb356d22867128b40b9560857f930b2b0b0 (commit) from b9502d3fd7848cd4d843be8bdc28633a3d24438d (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=1d946cb356d22867128b40b9560857f930b2b0b0 commit 1d946cb356d22867128b40b9560857f930b2b0b0 Author: Cary Coutant Date: Wed Nov 6 10:34:26 2013 -0800 Fix assert failure with --emit-relocs and .eh_frame sections. gold/ PR gold/15758 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections before reloc sections. ----------------------------------------------------------------------- Summary of changes: gold/ChangeLog | 6 ++++++ gold/object.cc | 44 ++++++++++++++++++++++---------------------- 2 files changed, 28 insertions(+), 22 deletions(-) hooks/post-receive -- gdb and binutils