summaryrefslogtreecommitdiff
path: root/gdb/config/m68k
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
commit424af10fdc753ab335f39fd63479e11804ccc470 (patch)
treefa7fe347c14cecf4566842734ef6096d38342f17 /gdb/config/m68k
parentd0955694cee71b0aa9bc254893d26bd5afda3ce4 (diff)
downloadgdb-424af10fdc753ab335f39fd63479e11804ccc470.tar.gz
* 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/m68k')
-rw-r--r--gdb/config/m68k/xm-linux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/m68k/xm-linux.h b/gdb/config/m68k/xm-linux.h
index 1a9a051dc19..b2545a8e6d9 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>