bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/17306] ld aborts when linking with --just-symbols


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/17306] ld aborts when linking with --just-symbols
Date: Wed, 27 Aug 2014 15:00:58 +0000

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

--- Comment #7 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  c8831961f9fecf81e90fe7c8c94b47e01ee64662 (commit)
      from  29a9f53e857c5d55df852d0a5d5c41a9247c16a2 (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=c8831961f9fecf81e90fe7c8c94b47e01ee64662

commit c8831961f9fecf81e90fe7c8c94b47e01ee64662
Author: H.J. Lu <address@hidden>
Date:   Wed Aug 27 07:59:48 2014 -0700

    Use bfd_is_abs_section to check discarded input section

    bfd/

        PR ld/17306
        * elf32-i386.c (elf_i386_convert_mov_to_lea): Use bfd_is_abs_section
        to check discarded input section.
        * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.

    ld/testsuite/

        PR ld/17306
        * ld-i386/i386.exp (i386tests): Add tests for PR ld/17306.
        * ld-x86-64/x86-64.exp (x86_64tests): Likewise.

        * ld-i386/pr17306a.s: New file.
        * ld-i386/pr17306b.s: Likewise.
        * ld-x86-64/pr17306a.s: Likewise.
        * ld-x86-64/pr17306b.s: Likewise.

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

Summary of changes:
 bfd/ChangeLog                     |    7 +++++++
 bfd/elf32-i386.c                  |    2 +-
 bfd/elf64-x86-64.c                |    2 +-
 ld/testsuite/ChangeLog            |   11 +++++++++++
 ld/testsuite/ld-i386/i386.exp     |    4 ++++
 ld/testsuite/ld-i386/pr17306a.s   |    9 +++++++++
 ld/testsuite/ld-i386/pr17306b.s   |    2 ++
 ld/testsuite/ld-x86-64/pr17306a.s |    9 +++++++++
 ld/testsuite/ld-x86-64/pr17306b.s |    2 ++
 ld/testsuite/ld-x86-64/x86-64.exp |    4 ++++
 10 files changed, 50 insertions(+), 2 deletions(-)
 create mode 100644 ld/testsuite/ld-i386/pr17306a.s
 create mode 100644 ld/testsuite/ld-i386/pr17306b.s
 create mode 100644 ld/testsuite/ld-x86-64/pr17306a.s
 create mode 100644 ld/testsuite/ld-x86-64/pr17306b.s

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