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


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  b006a80e5f41125c876a60a143ad421113533efc (commit)
      from  296b1496f756d26b2e3235133f89012fff940902 (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=b006a80e5f41125c876a60a143ad421113533efc

commit b006a80e5f41125c876a60a143ad421113533efc
Author: Gary Benson <gbenson@redhat.com>
Date:   Fri Sep 12 10:57:46 2014 +0100

    Clarify GDBSERVER use in linux-waitpid.c
    
    This commit makes linux-waitpid.c include common-defs.h.  GDB's
    inclusion of defs.h is removed, but gdbserver's inclusion of
    server.h remains to support some gdbserver-specific debug code
    that cannot presently be merged.  A new FIXME documents this.
    
    gdb/ChangeLog:
    
    	* nat/linux-waitpid.c: Include common-defs.h.
    	[GDBSERVER]: Add FIXME comment.
    	[!GDBSERVER]: Don't include defs.h or signal.h.
    	(linux_debug) [!GDBSERVER]: Remove empty block.

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

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