This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: Disable COFF for Linux/mips
- From: "H . J . Lu" <hjl at lucon dot org>
- To: gcc-patches at gcc dot gnu dot org
- Cc: echristo at redhat dot com
- Date: Sun, 19 May 2002 22:39:14 -0700
- Subject: 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