This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 2fa0369e5127bff4ea68b596b1984314feb68299


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  2fa0369e5127bff4ea68b596b1984314feb68299 (commit)
      from  1db37fe62781b677a37acbe801c1e69d8912a124 (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=2fa0369e5127bff4ea68b596b1984314feb68299

commit 2fa0369e5127bff4ea68b596b1984314feb68299
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Feb 27 14:44:16 2014 +0000

    Linux waitpid/__WALL emulation wrapper: If WNOHANG is set, don't touch sigprocmask.
    
    Just a small optimization.  No need to block/unblock signals if we're
    not going to call sigsuspend.
    
    gdb/
    2014-02-27  Pedro Alves  <palves@redhat.com>
    
    	* nat/linux-waitpid.c (my_waitpid): Only block signals if WNOHANG
    	isn't set.

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

Summary of changes:
 gdb/ChangeLog           |    5 +++++
 gdb/nat/linux-waitpid.c |   21 +++++++++++++--------
 2 files changed, 18 insertions(+), 8 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]