bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/16498] assertion fail at bfd/elf.c:4122


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/16498] assertion fail at bfd/elf.c:4122
Date: Thu, 23 Jan 2014 16:17:01 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=16498

--- 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, master has been updated
       via  d923cae027fb7f86d6b684c9084c5521fef0ed56 (commit)
      from  83b645b833a4c137441b2ba1c03206371b28c9db (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=d923cae027fb7f86d6b684c9084c5521fef0ed56

commit d923cae027fb7f86d6b684c9084c5521fef0ed56
Author: H.J. Lu <address@hidden>
Date:   Thu Jan 23 08:15:17 2014 -0800

    Issue a linker error if TLS sections are not adjacent

    Bad linker script may lead to TLS sections separated by non-TLS sections
    in output.  This patch changes linker assert to a linker error to
    provide better linker diagnosis.

        PR ld/16498
        * elf.c (_bfd_elf_map_sections_to_segments): Issue a linker error
        if TLS sections are not adjacent.

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

Summary of changes:
 bfd/ChangeLog |    6 ++++++
 bfd/elf.c     |   26 +++++++++++++++++++++++---
 2 files changed, 29 insertions(+), 3 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]