From e2edec23e59d20cec6b98a7a58808635353a140b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 27 Nov 2006 16:12:51 +0000 Subject: [PATCH] 2006-11-27 Jeff Johnston * mips/crt0.S: Fix preprocessor statements from previous patch to be ANSI. --- libgloss/ChangeLog | 5 +++++ libgloss/mips/crt0.S | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 567778991..2dfba1513 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2006-11-27 Jeff Johnston + + * mips/crt0.S: Fix preprocessor statements from previous patch + to be ANSI. + 2006-11-24 Thiemo Seufer Nigel Stephens 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. */