From a166140fdb75e61be0467707cb89fea8a899f9c1 Mon Sep 17 00:00:00 2001 From: Chao-ying Fu Date: Wed, 22 Oct 2008 21:33:08 +0000 Subject: [PATCH] * config/mips/mips.opt (msmartmips): Accept -mno-smartmips. From-SVN: r141309 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.opt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * config/mips/mips.opt (msmartmips): Accept -mno-smartmips. + 2008-10-22 Bernd Schmidt From Mike Frysinger 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 -- 2.7.4