diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-01 21:13:39 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-01 21:13:39 -0500 |
commit | 2d8743743af44e85a59e85d13cdf4b7205e970b9 (patch) | |
tree | f92d1bc6ac07eee89b787bba9c8fa3b9f85cffca /gcc | |
parent | ef86d2a6675cfce99cf22cf30a3e2ea9a833f2b6 (diff) | |
download | gcc-2d8743743af44e85a59e85d13cdf4b7205e970b9.zip gcc-2d8743743af44e85a59e85d13cdf4b7205e970b9.tar.gz gcc-2d8743743af44e85a59e85d13cdf4b7205e970b9.tar.bz2 |
Initial revision
From-SVN: r10934
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sol2dbg.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/config/i386/sol2dbg.h b/gcc/config/i386/sol2dbg.h new file mode 100644 index 0000000..9d09c8f --- /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 |