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 <hjl.to...@gmail.com>
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to