2002-01-07 Chris Demetriou <cgd@broadcom.com>

* crt0.S: Check for definition of __mips64 rather than
	checking (__mips < 3).
	* pmon.S: Likewise.
	* cygmon.c (sysCall): Avoid multi-line string literals.
This commit is contained in:
Jeff Johnston
2003-01-07 21:10:54 +00:00
parent 68dea33819
commit 0978efa066
4 changed files with 16 additions and 9 deletions

View File

@ -19,7 +19,7 @@
.set nomips16
#endif
#if __mips < 3
#if !defined(__mips64)
/* This machine does not support 64-bit operations. */
#define ADDU addu
#define SUBU subu