summaryrefslogtreecommitdiff
path: root/libjava/include/default-signal.h
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-13 09:18:09 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-13 09:18:09 +0000
commit8304109572fee7e5d31a4b63288c51d77e7be0c0 (patch)
treecf855e7be72eac99926b727b8a0fd3ad8e4cccde /libjava/include/default-signal.h
parent7f6e669ac93bd373534d7927183379ab86173e43 (diff)
downloadgcc-8304109572fee7e5d31a4b63288c51d77e7be0c0.tar.gz
1999-04-13 Andrew Haley <aph@cygnus.com>
* include/i386-signal.h, include/default-signal.h: New files. * prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception handler. (catch_fpe): New function. * configure.in: Make link to appropriate include/java-signal.h. * configure: Rebuilt. * Makefile.am: include/java-signal.h added to dependency list. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26400 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include/default-signal.h')
-rw-r--r--libjava/include/default-signal.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/libjava/include/default-signal.h b/libjava/include/default-signal.h
new file mode 100644
index 00000000000..63ba129320c
--- /dev/null
+++ b/libjava/include/default-signal.h
@@ -0,0 +1,18 @@
+// default-signal.h - Catch runtime signals and turn them into exceptions.
+
+/* Copyright (C) 1998, 1999 Cygnus Solutions
+
+ This file is part of libgcj.
+
+This software is copyrighted work licensed under the terms of the
+Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
+details. */
+
+#ifndef JAVA_SIGNAL_H
+#define JAVA_SIGNAL_H 1
+
+#undef HANDLE_SEGV
+#undef HANDLE_FPE
+
+#endif /* JAVA_SIGNAL_H */
+