Remove #undef MIPS3_4100 from these files since mipsX_subr.S no longer has
#if defined(MIPS3_4100) statements.
This commit is contained in:
parent
4fba43286a
commit
6305a3d092
|
@ -1,11 +1,10 @@
|
|||
/* $NetBSD: mips32_subr.S,v 1.1 2002/03/05 15:50:59 simonb Exp $ */
|
||||
/* $NetBSD: mips32_subr.S,v 1.2 2005/11/05 10:39:26 tsutsui Exp $ */
|
||||
|
||||
#undef MIPS1
|
||||
#undef MIPS3
|
||||
/* #undef MIPS32 */
|
||||
#undef MIPS64
|
||||
|
||||
#undef MIPS3_4100
|
||||
#undef MIPS3_5900
|
||||
|
||||
#include <mips/mips/mipsX_subr.S>
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
/* $NetBSD: mips3_subr.S,v 1.1 2002/03/05 15:51:00 simonb Exp $ */
|
||||
/* $NetBSD: mips3_subr.S,v 1.2 2005/11/05 10:39:26 tsutsui Exp $ */
|
||||
|
||||
#undef MIPS1
|
||||
/* #undef MIPS3 */
|
||||
#undef MIPS32
|
||||
#undef MIPS64
|
||||
|
||||
#if 0 /* XXX separate mips3_4100.S?? */
|
||||
#undef MIPS3_4100
|
||||
#endif
|
||||
#undef MIPS3_5900
|
||||
|
||||
#include <mips/mips/mipsX_subr.S>
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
/* $NetBSD: mips5900_subr.S,v 1.2 2003/06/09 12:20:38 simonb Exp $ */
|
||||
/* $NetBSD: mips5900_subr.S,v 1.3 2005/11/05 10:39:26 tsutsui Exp $ */
|
||||
|
||||
#undef MIPS1
|
||||
/* #undef MIPS3 */
|
||||
#undef MIPS32
|
||||
#undef MIPS64
|
||||
|
||||
#if 0 /* XXX separate mips3_4100.S?? */
|
||||
#undef MIPS3_4100
|
||||
#endif
|
||||
/* #undef MIPS3_5900 */
|
||||
|
||||
#include <mips/mips/mipsX_subr.S>
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
/* $NetBSD: mips64_subr.S,v 1.1 2002/03/05 15:51:00 simonb Exp $ */
|
||||
/* $NetBSD: mips64_subr.S,v 1.2 2005/11/05 10:39:26 tsutsui Exp $ */
|
||||
|
||||
#undef MIPS1
|
||||
#undef MIPS3
|
||||
#undef MIPS32
|
||||
/* #undef MIPS64 */
|
||||
|
||||
#undef MIPS3_4100
|
||||
#undef MIPS3_5900
|
||||
|
||||
#include <mips/mips/mipsX_subr.S>
|
||||
|
|
Loading…
Reference in New Issue