OSDN Git Service

New for profiling Solaris 2
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / sol2dbg.h
1 /* Target definitions for GNU compiler for Intel 80386 running Solaris
2    with gas and gdb.
3    This file is added into the directory .../gcc-2.../config/i386
4    Workability without "#undef DWARF_DEBUGGING_INFO" is not tested. */
5
6 /* Use stabs instead of DWARF debug format.  */
7 #ifdef PREFERRED_DEBUGGING_TYPE
8 #undef PREFERRED_DEBUGGING_TYPE
9 #endif
10 #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
11
12 #include "i386/sol2.h"
13
14 #ifdef DWARF_DEBUGGING_INFO
15 #undef DWARF_DEBUGGING_INFO
16 #endif