Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/pmon.S')
-rw-r--r--libgloss/mips/pmon.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mips/pmon.S b/libgloss/mips/pmon.S
index 54859797e..a4496c9e7 100644
--- a/libgloss/mips/pmon.S
+++ b/libgloss/mips/pmon.S
@@ -1,7 +1,7 @@
/*
* pmon.S -- low-level entry points into PMON monitor.
*
- * Copyright (c) 1996, 1997, 2002 Cygnus Support
+ * Copyright (c) 1996, 1997 Cygnus Support
*
* The authors hereby grant permission to use, copy, modify, distribute,
* and license this software and its documentation for any purpose, provided
@@ -19,7 +19,7 @@
.set nomips16
#endif
-#if !defined(__mips64)
+#if __mips < 3
/* This machine does not support 64-bit operations. */
#define ADDU addu
#define SUBU subu