aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1997-07-14 07:12:36 +0000
committerJason Merrill <merrill@gnu.org>1997-07-14 07:12:36 +0000
commitfe0986b439159d4d89bba6afc5bcacffe32e8a2c (patch)
treed69e77a9bc72a94e999a0f559bc17a29d39ae6d9 /gcc/config/mips
parent526039a09852d5fffad1f7624535af99abeeed94 (diff)
downloadgcc-fe0986b439159d4d89bba6afc5bcacffe32e8a2c.zip
gcc-fe0986b439159d4d89bba6afc5bcacffe32e8a2c.tar.gz
gcc-fe0986b439159d4d89bba6afc5bcacffe32e8a2c.tar.bz2
x
From-SVN: r14418
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 74068d4..58ed718 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -904,7 +904,7 @@ while (0)
#define MIPS_DEBUGGING_INFO /* MIPS specific debugging info */
#ifndef PREFERRED_DEBUGGING_TYPE /* assume SDB_DEBUGGING_INFO */
-#define PREFERRED_DEBUGGING_TYPE ((!strncmp (str, "ggdb", 4)) ? DBX_DEBUG : SDB_DEBUG)
+#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
#endif
/* By default, turn on GDB extensions. */