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. 2300b5a1414ecb820aa042a30a08928cfcba620b


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  2300b5a1414ecb820aa042a30a08928cfcba620b (commit)
      from  5c0ac14e47ac99bd6ef80a3eb04e80806f07cf58 (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=2300b5a1414ecb820aa042a30a08928cfcba620b

commit 2300b5a1414ecb820aa042a30a08928cfcba620b
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Oct 21 17:06:01 2014 +1030

    Add gcc-4.9 libgomp symbols requiring --plt-thread-safe for power7
    
    powerpc64 ld builds plt call stubs with a read barrier to provide
    thread safety on lazy plt updates, necessary on multi-threaded apps
    with power7 or later weakly ordered memory.  gcc-4.9 libgomp
    introduced more functions that could call pthread_create, which means
    we have more functions that if referenced in an executable should
    cause a default of --plt-thread-safe.
    
    	* elf64-ppc.c (ppc64_elf_size_stubs): Add gcc-4.9 libgomp functions
    	to thread_starter.

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

Summary of changes:
 bfd/ChangeLog   |    5 +++++
 bfd/elf64-ppc.c |    6 ++++++
 2 files changed, 11 insertions(+), 0 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]