diff options
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/sh.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 2c6f947..6c34671 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -30,11 +30,7 @@ Boston, MA 02111-1307, USA. */ /* Output DBX (stabs) debugging information if doing -gstabs. */ -#define DBX_DEBUGGING_INFO - -/* Generate SDB debugging information by default. */ - -#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG +#include "dbxcoff.h" #define SDB_DELIM ";" |