2006-11-27 Jeff Johnston <jjohnstn@redhat.com>

* mips/crt0.S: Fix preprocessor statements from previous patch
        to be ANSI.
This commit is contained in:
Jeff Johnston 2006-11-27 16:12:51 +00:00
parent 8e4735df6c
commit e2edec23e5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-11-27 Jeff Johnston <jjohnstn@redhat.com>
* mips/crt0.S: Fix preprocessor statements from previous patch
to be ANSI.
2006-11-24 Thiemo Seufer <ths@mips.com>
Nigel Stephens <nigel@mips.com>

View File

@ -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. */