aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-27 22:11:49 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-27 22:11:49 -0800
commit461fc4de6a0434d7fc8c3ef53b25a4e51db69829 (patch)
treeddab9a99591592a2df4dd53a7d6cc6f6165da1cf /gcc/except.c
parent662795a85f138c84aa9505ba731cf5fd25dd24eb (diff)
downloadgcc-461fc4de6a0434d7fc8c3ef53b25a4e51db69829.zip
gcc-461fc4de6a0434d7fc8c3ef53b25a4e51db69829.tar.gz
gcc-461fc4de6a0434d7fc8c3ef53b25a4e51db69829.tar.bz2
Remove flag_new_exceptions.
From-SVN: r40908
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c
index d914168..04e3af7 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -409,6 +409,13 @@ Boston, MA 02111-1307, USA. */
#include "ggc.h"
#include "tm_p.h"
+/* ??? Temporary hack before this entire file is replaced. */
+#ifdef IA64_UNWIND_INFO
+#define flag_new_exceptions 0
+#else
+#define flag_new_exceptions 1
+#endif
+
/* One to enable asynchronous exception support. */
int flag_non_call_exceptions = 0;