diff options
author | Chao-ying Fu <fu@mips.com> | 2008-10-22 21:33:08 +0000 |
---|---|---|
committer | Chao-ying Fu <chaoyingfu@gcc.gnu.org> | 2008-10-22 21:33:08 +0000 |
commit | a166140fdb75e61be0467707cb89fea8a899f9c1 (patch) | |
tree | 693adcc469b65c0c6c85d2978b46b90fcef5222e /gcc | |
parent | 318b30095aa0d7ffae6ac667a7d0bc290c8dbab1 (diff) | |
download | gcc-a166140fdb75e61be0467707cb89fea8a899f9c1.zip gcc-a166140fdb75e61be0467707cb89fea8a899f9c1.tar.gz gcc-a166140fdb75e61be0467707cb89fea8a899f9c1.tar.bz2 |
* config/mips/mips.opt (msmartmips): Accept -mno-smartmips.
From-SVN: r141309
Diffstat (limited to 'gcc')
-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 |