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


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  d37ffe2537a2ec5a22abfaad316a640a40cccda1 (commit)
      from  8ee35f2ab5f91c7a558009ff9ba341dc7133ef4c (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=d37ffe2537a2ec5a22abfaad316a640a40cccda1

commit d37ffe2537a2ec5a22abfaad316a640a40cccda1
Author: Evgeniy Dushistov <dushistov@mail.ru>
Date:   Fri Nov 7 16:12:58 2014 -0800

    Fix race condition when using --threads with linker plugins.
    
    2014-11-06  Evgeniy Dushistov  <dushistov@mail.ru>
    
    gold/
    	* plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
    	* plugin.h: add lock definition

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

Summary of changes:
 gold/ChangeLog |    5 +++++
 gold/plugin.cc |    5 +++++
 gold/plugin.h  |    5 ++++-
 3 files changed, 14 insertions(+), 1 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]