diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dd092c..9981edc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-22 Chao-ying Fu <fu@mips.com> + + * config/mips/mips.opt (msmartmips): Accept -mno-smartmips. + 2008-10-22 Bernd Schmidt <bernd.schmidt@analog.com> From Mike Frysinger <michael.frysinger@analog.com> diff --git a/gcc/config/mips/mips.opt b/gcc/config/mips/mips.opt index 56c99ac..f192f0b 100644 --- a/gcc/config/mips/mips.opt +++ b/gcc/config/mips/mips.opt @@ -249,7 +249,7 @@ Target Report RejectNegative Mask(SINGLE_FLOAT) Restrict the use of hardware floating-point instructions to 32-bit operations msmartmips -Target Report RejectNegative Mask(SMARTMIPS) +Target Report Mask(SMARTMIPS) Use SmartMIPS instructions msoft-float |
