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. d9d94ac86ba0193c897d1fc80b551996ae959d50


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  d9d94ac86ba0193c897d1fc80b551996ae959d50 (commit)
      from  3ba720c788c2845c93a6dfe592f36163cbfa63fd (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=d9d94ac86ba0193c897d1fc80b551996ae959d50

commit d9d94ac86ba0193c897d1fc80b551996ae959d50
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jan 24 23:17:28 2014 +1030

    TLS orphan section placement
    
    Ensures TLS orphans are placed adjacent to existing TLS sections,
    and fixes places where the output_section_statement flags (which might
    not be set) were tested when bfd_section flags were available.
    
    	* ldlang.c (lang_output_section_find_by_flags): Be careful to
    	test look->bfd_section->flags if available rather than
    	look->flags.  Separate SEC_THREAD_LOCAL handling from
    	SEC_READONLY loop, and rewrite.

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

Summary of changes:
 ld/ChangeLog |    7 +++
 ld/ldlang.c  |  134 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 89 insertions(+), 52 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]