diff options
author | Gary Benson <gbenson@redhat.com> | 2014-06-06 10:32:12 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-06-06 10:32:12 +0100 |
commit | 73ba372ccf523876ab4b05993e240a37f99d9633 (patch) | |
tree | 98645fe056ba5dd19fbfe31c0ae4515103e2a89d /texinfo | |
parent | adcc0a31ccb1b75debc778fdedb351321375e0bf (diff) | |
download | gdb-73ba372ccf523876ab4b05993e240a37f99d9633.zip gdb-73ba372ccf523876ab4b05993e240a37f99d9633.tar.gz gdb-73ba372ccf523876ab4b05993e240a37f99d9633.tar.bz2 |
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.
Diffstat (limited to 'texinfo')
0 files changed, 0 insertions, 0 deletions