Initial revision

From-SVN: r10934
This commit is contained in:
Richard Kenner 1996-01-01 21:13:39 -05:00
parent ef86d2a667
commit 2d8743743a
1 changed files with 16 additions and 0 deletions

16
gcc/config/i386/sol2dbg.h Normal file
View File

@ -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