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 binutils-2_25-branch updated. 04253f276b48227728cac3e4c6df614e161f1e9c


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, binutils-2_25-branch has been updated
       via  04253f276b48227728cac3e4c6df614e161f1e9c (commit)
      from  16bfc7bb18b272d5a4e40ee37ced21e4b9a8fbb4 (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=04253f276b48227728cac3e4c6df614e161f1e9c

commit 04253f276b48227728cac3e4c6df614e161f1e9c
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Oct 16 21:16:07 2014 +1030

    Fix 17492, ld segfault with --oformat=binary
    
    	PR 17492
    	* elf32-arm.c (elf32_arm_add_symbol_hook): Only set has_gnu_symbols
    	on ELF output bfd.
    	* elf32-i386.c (elf_i386_add_symbol_hook): Likewise.
    	* elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise.
    	* elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
    	* elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
    	* elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
    	* elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
    	* elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
    	* elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise.
    	* elf-s390-common.c (elf_s390_add_symbol_hook): Likewise.  Handle
    	STB_GNU_UNIQUE too.

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

Summary of changes:
 bfd/ChangeLog         |   15 +++++++++++++++
 bfd/elf-s390-common.c |    6 ++++--
 bfd/elf32-arm.c       |    7 ++++---
 bfd/elf32-i386.c      |    9 +++++----
 bfd/elf32-m68k.c      |    7 ++++---
 bfd/elf32-ppc.c       |    7 ++++---
 bfd/elf32-sparc.c     |    9 +++++----
 bfd/elf64-ppc.c       |   19 ++++++++-----------
 bfd/elf64-sparc.c     |    7 ++++---
 bfd/elf64-x86-64.c    |    7 ++++---
 bfd/elfxx-aarch64.c   |    7 ++++---
 11 files changed, 61 insertions(+), 39 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]