2002-01-12 H.J. Lu * config/mips/linux.h (PREFERRED_DEBUGGING_TYPE): Set to DBX_DEBUG. --- gcc/config/mips/linux.h.stabs Fri Jan 11 09:30:08 2002 +++ gcc/config/mips/linux.h Sat Jan 12 10:50:10 2002 @@ -289,3 +289,7 @@ void FN () \ it. */ #undef ASM_OUTPUT_REG_PUSH #undef ASM_OUTPUT_REG_POP + +/* Use stabs instead of DWARF debug format. */ +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG