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. 635aa30e3ae9735e362cfd1cda2be9f7b65b32a2


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  635aa30e3ae9735e362cfd1cda2be9f7b65b32a2 (commit)
      from  f4ebacfac0581274ead4c3ab43c316c6174790b3 (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=635aa30e3ae9735e362cfd1cda2be9f7b65b32a2

commit 635aa30e3ae9735e362cfd1cda2be9f7b65b32a2
Author: Cary Coutant <ccoutant@google.com>
Date:   Tue Sep 23 23:18:19 2014 -0700

    Fix race condition causing assert in Eh_frame_hdr::do_sized_write().
    
    2014-09-23  Taiju Tsuiki  <tzik@google.com>
                Cary Coutant  <ccoutant@google.com>
    
    gold/
    	* gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
    	on input_sections_blocker.
    	* layout.cc (Write_sections_task::locks): Unblock
    	input_sections_blocker_.
    	* layout.h (Write_sections_task::Write_sections_task): Add
    	input_sections_blocker.
    	* testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
    	to DEPENDENCIES.
    	* testsuite/Makefile.in: Regenerate.

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

Summary of changes:
 gold/ChangeLog             |   13 +++++++++++++
 gold/gold.cc               |    3 +++
 gold/layout.cc             |    2 ++
 gold/layout.h              |    3 +++
 gold/testsuite/Makefile.am |    5 ++---
 gold/testsuite/Makefile.in |    6 ++----
 6 files changed, 25 insertions(+), 7 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]