This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 759388538d1339f6a634b2777e24f46427dd9c96


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  759388538d1339f6a634b2777e24f46427dd9c96 (commit)
      from  1e53931944810798e6741f664bd3ec727272fe11 (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=759388538d1339f6a634b2777e24f46427dd9c96

commit 759388538d1339f6a634b2777e24f46427dd9c96
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Aug 18 09:33:35 2014 +0930

    Return error status from bfd_elf_discard_info.
    
    bfd/
    	* elflink.c (bfd_elf_discard_info): Return int error status.
    	* stabs.c (_bfd_discard_section_stabs): Comment typo fix.
    	* bfd-in.h (bfd_elf_discard_info): Updata prototype.
    	* bfd-in2.h: Regenerate.
    ld/
    	* emultempl/aarch64elf.em (gld${EMULATION_NAME}_after_allocation):
    	Handle error status from bfd_elf_discard_info.
    	* emultempl/armelf.em: Likewise.
    	* emultempl/elf32.em: Likewise.
    	* emultempl/hppaelf.em: Likewise.
    	* emultempl/metagelf.em: Likewise.
    	* emultempl/nios2elf.em: Likewise.
    	* emultempl/ppc64elf.em: Likewise.
    	* emultempl/tic6xdsbt.em: Likewise.
    	* emultempl/vms.em: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog              |    7 +++++++
 bfd/bfd-in.h               |    2 +-
 bfd/bfd-in2.h              |    2 +-
 bfd/elflink.c              |   28 ++++++++++++++--------------
 bfd/stabs.c                |    2 +-
 ld/ChangeLog               |   13 +++++++++++++
 ld/emultempl/aarch64elf.em |   15 +++++++++++----
 ld/emultempl/armelf.em     |   13 ++++++++++---
 ld/emultempl/elf32.em      |    9 ++++++---
 ld/emultempl/hppaelf.em    |   14 ++++++++++----
 ld/emultempl/metagelf.em   |   14 ++++++++++----
 ld/emultempl/nios2elf.em   |   14 ++++++++++----
 ld/emultempl/ppc64elf.em   |   12 ++++++++++--
 ld/emultempl/tic6xdsbt.em  |    9 ++++++++-
 ld/emultempl/vms.em        |    9 ++++++---
 15 files changed, 118 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]