Commit 0e84e8fb by Jim Wilson Committed by Jeff Law

iris5.h (DWARF2_UNWIND_INFO): Define to 0.

        * iris5.h (DWARF2_UNWIND_INFO): Define to 0.
        * iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.

From-SVN: r18178
parent e30416cf
Sun Feb 22 20:07:32 1998 Jim Wilson <wilson@cygnus.com>
* iris5.h (DWARF2_UNWIND_INFO): Define to 0.
* iris5gas.h (DWARF2_UNWIND_INFO): Define to 1.
Sun Feb 22 15:29:48 1998 Richard Henderson <rth@cygnus.com>
* objc/Object.m (-error): Call objc_verror with our va_list.
......
......@@ -122,6 +122,9 @@ Boston, MA 02111-1307, USA. */
#undef SDB_DEBUGGING_INFO
#undef MIPS_DEBUGGING_INFO
/* Likewise, the assembler doesn't handle DWARF2 directives. */
#define DWARF2_UNWIND_INFO 0
#undef MACHINE_TYPE
#define MACHINE_TYPE "SGI running IRIX 5.x"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment