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: Tue, 28 Oct 2014 06:42:28 +0000

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

--- Comment #3 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, 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 <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         |   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(-)

-- 
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]