summaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-08-27 22:39:56 +0000
committerMark Kettenis <kettenis@gnu.org>2001-08-27 22:39:56 +0000
commitdfbd73589ebef873cfc401cba17c7792b0aa26de (patch)
tree40dde8dcb8780ff0cade998857c37c23361097fa /gdb/config
parent039a0a12de76b9aa7c1a99de786798b62374a047 (diff)
downloadgdb-dfbd73589ebef873cfc401cba17c7792b0aa26de.tar.gz
* event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
gratuitious whitespace changes. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * top.c: Remove redundant logic to define HAVE_SIGSETMASK. (sigsetmask) Don't define macro. (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from async_stop_sig from event-top.c. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical order. Add sigsetmask. (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in alphabetical order. * config/xm-aix4.h, config/alpha/xm-alphalinux.h, config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h (HAVE_SIGSETMASK): Remove. * aclocal.m4, config.in, configure
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/alpha/xm-alphalinux.h3
-rw-r--r--gdb/config/i386/xm-cygwin.h2
-rw-r--r--gdb/config/rs6000/xm-rs6000.h1
-rw-r--r--gdb/config/xm-aix4.h4
4 files changed, 3 insertions, 7 deletions
diff --git a/gdb/config/alpha/xm-alphalinux.h b/gdb/config/alpha/xm-alphalinux.h
index 77a9bb726d9..579fe11fce4 100644
--- a/gdb/config/alpha/xm-alphalinux.h
+++ b/gdb/config/alpha/xm-alphalinux.h
@@ -1,5 +1,5 @@
/* Host definitions for GDB running on an Alpha under Linux
- Copyright 1996 Free Software Foundation, Inc.
+ Copyright 1996, 2001 Free Software Foundation, Inc.
This file is part of GDB.
@@ -26,5 +26,4 @@
#define NO_SIGINTERRUPT
#define HAVE_TERMIOS
-#define HAVE_SIGSETMASK 1
#define USG
diff --git a/gdb/config/i386/xm-cygwin.h b/gdb/config/i386/xm-cygwin.h
index a1662d2ce90..bb9cfd893c5 100644
--- a/gdb/config/i386/xm-cygwin.h
+++ b/gdb/config/i386/xm-cygwin.h
@@ -27,8 +27,6 @@
/* Define this if source files use \r\n rather than just \n. */
#define CRLF_SOURCE_FILES
-#define HAVE_SIGSETMASK 0
-
/* If under Cygwin, provide backwards compatibility with older
Cygwin compilers that don't define the current cpp define. */
#ifdef __CYGWIN32__
diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h
index 31b15974e71..5893c77d2c8 100644
--- a/gdb/config/rs6000/xm-rs6000.h
+++ b/gdb/config/rs6000/xm-rs6000.h
@@ -44,7 +44,6 @@
/* #define HAVE_TERMIO 1 */
#define USG 1
-#define HAVE_SIGSETMASK 1
#define FIVE_ARG_PTRACE
diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h
index d368c75ab9d..2d286c1ddcd 100644
--- a/gdb/config/xm-aix4.h
+++ b/gdb/config/xm-aix4.h
@@ -1,5 +1,6 @@
/* Parameters for hosting on an PowerPC, for GDB, the GNU debugger.
- Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Cygnus Corporation.
This file is part of GDB.
@@ -43,7 +44,6 @@
/* #define HAVE_TERMIO 1 */
#define USG 1
-#define HAVE_SIGSETMASK 1
#define FIVE_ARG_PTRACE