diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 7 |
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; |