Fri Nov 28 10:00:27 1997 Jeffrey A Law (law@cygnus.com)
+ * sh/elf.h (PREFERRED_DEBUGGING_TYPE): Prefer stabs again.
+
* arm.md (movsfcc, movdfcc): Fix "patch" lossage.
* configure.in: Fix NCR entries.
/* No SDB debugging info. */
#undef SDB_DEBUGGING_INFO
+/* Prefer stabs. */
+#undef PREFERRED_DEBUGGING_TYPE
+#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
+
/* Undefine some macros defined in both sh.h and svr4.h. */
#undef IDENT_ASM_OP
#undef ASM_FILE_END
#undef ASM_OUTPUT_CONSTRUCTOR
#undef ASM_OUTPUT_DESTRUCTOR
#undef ASM_DECLARE_FUNCTION_NAME
-#undef PREFERRED_DEBUGGING_TYPE
/* Be ELF-like. */
#include "svr4.h"