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:
authorJeff Johnston <jjohnstn@redhat.com>2006-11-27 19:12:51 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-11-27 19:12:51 +0300
commite2edec23e59d20cec6b98a7a58808635353a140b (patch)
tree45857aa572e3d4cc94d622fbf4428b32236cac87 /libgloss/mips
parent8e4735df6c3c79ae01e631aea85729fce0264e47 (diff)
2006-11-27 Jeff Johnston <jjohnstn@redhat.com>
* mips/crt0.S: Fix preprocessor statements from previous patch to be ANSI.
Diffstat (limited to 'libgloss/mips')
-rw-r--r--libgloss/mips/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mips/crt0.S b/libgloss/mips/crt0.S
index 651b2a782..599e79c60 100644
--- a/libgloss/mips/crt0.S
+++ b/libgloss/mips/crt0.S
@@ -73,7 +73,7 @@ _start:
/* Turn on 64-bit addressing and additional float regs. */
# define STATUS_MASK (SR_CU1|SR_FR|SR_KX|SR_SX|SR_UX)
# else
-# ifdef __mips_fpr=32
+# if __mips_fpr==32
# define STATUS_MASK (SR_CU1)
# else
/* Turn on additional float regs. */