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. 73ba372ccf523876ab4b05993e240a37f99d9633


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  73ba372ccf523876ab4b05993e240a37f99d9633 (commit)
      from  adcc0a31ccb1b75debc778fdedb351321375e0bf (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=73ba372ccf523876ab4b05993e240a37f99d9633

commit 73ba372ccf523876ab4b05993e240a37f99d9633
Author: Gary Benson <gbenson@redhat.com>
Date:   Fri Jun 6 10:32:12 2014 +0100

    Remove preprocessor conditionals for ANSI-standard signals
    
    The six signals SIGINT, SIGILL, SIGABRT, SIGFPE, SIGSEGV and SIGTERM
    are ANSI-standard and thus guaranteed to be available.  This patch
    removes all preprocessor conditionals relating to these symbols.
    
    gdb/
    2014-06-06  Gary Benson  <gbenson@redhat.com>
    
    	* common/signals.c: Remove preprocessor conditionals for
    	always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
    	SIGSEGV and SIGTERM.
    	* proc-events.c: Likewise.
    
    gdb/testsuite/
    2014-06-06  Gary Benson  <gbenson@redhat.com>
    
    	* gdb.base/call-signals.c: Remove preprocessor conditionals
    	for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
    	SIGSEGV and SIGTERM.
    	* gdb.base/sigall.c: Likewise.
    	* gdb.base/unwindonsignal.c: Likewise.
    	* gdb.reverse/sigall-reverse.c: Likewise.

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

Summary of changes:
 gdb/ChangeLog                              |    7 +++++++
 gdb/common/signals.c                       |   24 ------------------------
 gdb/proc-events.c                          |   12 ------------
 gdb/testsuite/ChangeLog                    |    9 +++++++++
 gdb/testsuite/gdb.base/call-signals.c      |    2 --
 gdb/testsuite/gdb.base/sigall.c            |   18 ++----------------
 gdb/testsuite/gdb.base/unwindonsignal.c    |    2 --
 gdb/testsuite/gdb.reverse/sigall-reverse.c |   18 ++----------------
 8 files changed, 20 insertions(+), 72 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]