aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/xm-sysv4.h
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/xm-sysv4.h
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/xm-sysv4.h')
-rw-r--r--gdb/config/xm-sysv4.h3
1 files changed, 0 insertions, 3 deletions
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>