aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-12 13:48:46 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-12 13:48:46 +0000
commit2b2d558c73f962552edbc45102a0f73b2ab9276c (patch)
tree9889fb9e7db5cf947335e3f3dbb11cb1c6340558 /gdb/config
parent63cf1c791c390aa9b9088b600922a39e3bcd943b (diff)
downloadgdb-2b2d558c73f962552edbc45102a0f73b2ab9276c.zip
gdb-2b2d558c73f962552edbc45102a0f73b2ab9276c.tar.gz
gdb-2b2d558c73f962552edbc45102a0f73b2ab9276c.tar.bz2
* configure.in: Add check for sigsetjmp.
* config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed. * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed. * configure, config.in: Regenerated.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/m68k/xm-linux.h3
-rw-r--r--gdb/config/xm-sysv4.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/m68k/xm-linux.h b/gdb/config/m68k/xm-linux.h
index 1a9a051..b2545a8 100644
--- a/gdb/config/m68k/xm-linux.h
+++ b/gdb/config/m68k/xm-linux.h
@@ -32,9 +32,6 @@
#define HAVE_TERMIOS
#define NEED_POSIX_SETPGID
-/* Linux has sigsetjmp and siglongjmp */
-#define HAVE_SIGSETJMP
-
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>
diff --git a/gdb/config/xm-sysv4.h b/gdb/config/xm-sysv4.h
index 49374c2..d5121de 100644
--- a/gdb/config/xm-sysv4.h
+++ b/gdb/config/xm-sysv4.h
@@ -32,9 +32,6 @@
#define NEED_POSIX_SETPGID
-/* SVR4 has sigsetjmp and siglongjmp */
-#define HAVE_SIGSETJMP
-
/* We have to include these files now, so that GDB will not make
competing definitions in defs.h. */
#include <limits.h>