From 2d8743743af44e85a59e85d13cdf4b7205e970b9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 1 Jan 1996 21:13:39 -0500 Subject: [PATCH] Initial revision From-SVN: r10934 --- gcc/config/i386/sol2dbg.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gcc/config/i386/sol2dbg.h diff --git a/gcc/config/i386/sol2dbg.h b/gcc/config/i386/sol2dbg.h new file mode 100644 index 00000000000..9d09c8fd043 --- /dev/null +++ b/gcc/config/i386/sol2dbg.h @@ -0,0 +1,16 @@ +/* Target definitions for GNU compiler for Intel 80386 running Solaris + with gas and gdb. + This file is added into the directory .../gcc-2.../config/i386 + Workability without "#undef DWARF_DEBUGGING_INFO" is not tested. */ + +/* Use stabs instead of DWARF debug format. */ +#ifdef PREFERRED_DEBUGGING_TYPE +#undef PREFERRED_DEBUGGING_TYPE +#endif +#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG + +#include "i386/sol2.h" + +#ifdef DWARF_DEBUGGING_INFO +#undef DWARF_DEBUGGING_INFO +#endif -- 2.30.2