bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/17492] ld segfault with --oformat=binary


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/17492] ld segfault with --oformat=binary
Date: Thu, 16 Oct 2014 10:51:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17492

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
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 <address@hidden>
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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]