From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28041 invoked by alias); 14 Nov 2013 15:42:17 -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 28018 invoked by uid 395); 14 Nov 2013 15:42:17 -0000 Date: Thu, 14 Nov 2013 15:42:00 -0000 Message-ID: <20131114154215.27992.qmail@sourceware.org> From: nickc@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 57460bcf82df9e5e335be84ecc9bdef33dddc934 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c7e8af9b3bc0881c59c999d7b78348d359383efe X-Git-Newrev: 57460bcf82df9e5e335be84ecc9bdef33dddc934 X-SW-Source: 2013-q4/txt/msg00154.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 57460bcf82df9e5e335be84ecc9bdef33dddc934 (commit) from c7e8af9b3bc0881c59c999d7b78348d359383efe (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=57460bcf82df9e5e335be84ecc9bdef33dddc934 commit 57460bcf82df9e5e335be84ecc9bdef33dddc934 Author: Nick Clifton Date: Thu Nov 14 15:39:51 2013 +0000 PR ld/16017 * elf32-arm.c (elf32_arm_populate_plt_entry): Return a boolean value, TRUE for success, FALSE for failure. Fail if attempting to create a PLT entry for a thumb only target. (elf32_arm_final_link_relocate): Check result of calling elf32_arm_populate_plt_entry. (elf32_arm_finish_dynamic_symbol): Likewise. ----------------------------------------------------------------------- Summary of changes: bfd/ChangeLog | 10 ++++++++++ bfd/elf32-arm.c | 31 ++++++++++++++++++++++++------- 2 files changed, 34 insertions(+), 7 deletions(-) hooks/post-receive -- gdb and binutils