This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Disable COFF for Linux/mips


The current Linux binutils uses MIPS_STABS_ELF and doesn't support COFF
anymore. As the result, I got quite a few COFF failures in "make check".
This patch should fix it.


H.J.
---
2002-05-19  H.J. Lu  (hjl@gnu.org)

	* gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.

--- gcc/config/mips/linux.h.coff	Tue Apr 30 10:10:26 2002
+++ gcc/config/mips/linux.h	Sun May 19 22:28:39 2002
@@ -293,3 +293,7 @@ void FN ()							\
    presence of $gp-relative calls.  */
 #undef ASM_OUTPUT_REG_PUSH
 #undef ASM_OUTPUT_REG_POP
+
+/* The current Linux binutils uses MIPS_STABS_ELF and doesn't support
+   COFF.  */
+#undef SDB_DEBUGGING_INFO


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]