From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1512 invoked by alias); 14 Nov 2013 08:41:10 -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 1489 invoked by uid 9982); 14 Nov 2013 08:41:09 -0000 Date: Thu, 14 Nov 2013 08:41:00 -0000 Message-ID: <20131114084107.1436.qmail@sourceware.org> From: willnewton@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 180a9db0964657ba4a926b578836bd25cdc07c5e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6c1b0f7b1df8bf3aeade04a7bfa44ca5fd0a824c X-Git-Newrev: 180a9db0964657ba4a926b578836bd25cdc07c5e X-SW-Source: 2013-q4/txt/msg00143.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 180a9db0964657ba4a926b578836bd25cdc07c5e (commit) from 6c1b0f7b1df8bf3aeade04a7bfa44ca5fd0a824c (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=180a9db0964657ba4a926b578836bd25cdc07c5e commit 180a9db0964657ba4a926b578836bd25cdc07c5e Author: Will Newton Date: Tue Nov 12 11:44:18 2013 +0000 ld/ARM: Fix script-type testsuite failure. Commit 34a79995c4cc34f6f41e2a4b2df477db31b31f0c changed how STT_FILE symbols were emitted but this testcase got missed in the cleanup. ld/testsuite/ChangeLog: 2013-11-14 Will Newton * ld-arm/script-type.sym: Remove redundant STT_FILE symbol. ----------------------------------------------------------------------- Summary of changes: ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-arm/script-type.sym | 1 - 2 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- gdb and binutils