summaryrefslogtreecommitdiffstats
path: root/gcc/except.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 06:11:49 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 06:11:49 +0000
commit98ad18c5b45f0e24a22a159bbb925a96a4064fe3 (patch)
treeddab9a99591592a2df4dd53a7d6cc6f6165da1cf /gcc/except.c
parentde1df5b498c76dbbc40c844ed0789c4f2d22b4f5 (diff)
downloadppe42-gcc-98ad18c5b45f0e24a22a159bbb925a96a4064fe3.tar.gz
ppe42-gcc-98ad18c5b45f0e24a22a159bbb925a96a4064fe3.zip
Remove flag_new_exceptions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40908 138bc75d-0d04-0410-961f-82ee72b054a4
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 d914168f114..04e3af77154 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;
OpenPOWER on IntegriCloud