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. f1885d1e59a7e6e0627429cd3068740d96f8a184


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  f1885d1e59a7e6e0627429cd3068740d96f8a184 (commit)
      from  bb99c4726c8926b943e0f525247d2ce0d7ffe6d1 (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=f1885d1e59a7e6e0627429cd3068740d96f8a184

commit f1885d1e59a7e6e0627429cd3068740d96f8a184
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         |   16 ++++++++++++++++
 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, 62 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]