diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 19:05:13 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-02-22 19:05:13 +0000 |
commit | 6e0e526b4360d0669be2c2335f14b13add6c8c4e (patch) | |
tree | cec233dc2b77df085024b6327dd508b98c08d2a2 /gcc/config/mips/iris5gas.h | |
parent | 6318408052c046006dd738579890bd1c78324c1c (diff) | |
download | gcc-6e0e526b4360d0669be2c2335f14b13add6c8c4e.tar.gz |
* iris5.h (DWARF2_UNWIND_INFO): Define to 0.
* iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/iris5gas.h')
-rw-r--r-- | gcc/config/mips/iris5gas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5gas.h b/gcc/config/mips/iris5gas.h index e519df72b25..adc90e83223 100644 --- a/gcc/config/mips/iris5gas.h +++ b/gcc/config/mips/iris5gas.h @@ -7,6 +7,10 @@ #define SDB_DEBUGGING_INFO #define MIPS_DEBUGGING_INFO +/* GNU as does handle DWARF2 directives. */ +#undef DWARF2_UNWIND_INFO +#define DWARF2_UNWIND_INFO 1 + /* Irix 5 does not have some strange restrictions that Irix 3 had. */ #undef SET_FILE_NUMBER #define SET_FILE_NUMBER() ++num_source_filenames |