This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. d923cae027fb7f86d6b684c9084c5521fef0ed56


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.tools@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(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]