diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-16 23:48:09 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-16 23:48:09 +0000 |
commit | 72c17c07e50d500450978d94b923f94b8cc9ef28 (patch) | |
tree | dac251fcca94e8d77640ea24f68f4e7c714e4b09 /gcc/config/alpha/alpha-interix.h | |
parent | ae3563916fab0c6d04f571126b6584961df13537 (diff) | |
download | gcc-72c17c07e50d500450978d94b923f94b8cc9ef28.tar.gz |
* alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
* alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29467 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/alpha/alpha-interix.h')
-rw-r--r-- | gcc/config/alpha/alpha-interix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha-interix.h b/gcc/config/alpha/alpha-interix.h index 668fe9397af..f90d06f506a 100644 --- a/gcc/config/alpha/alpha-interix.h +++ b/gcc/config/alpha/alpha-interix.h @@ -211,6 +211,7 @@ while (0) /* DWARF2 Unwinding doesn't work with exception handling yet. */ #undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 0 /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C |