aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/sol2dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/sol2dbg.h')
-rw-r--r--gcc/config/i386/sol2dbg.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/config/i386/sol2dbg.h b/gcc/config/i386/sol2dbg.h
deleted file mode 100644
index 9d09c8fd043..00000000000
--- a/gcc/config/i386/sol2dbg.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* 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