]> gcc.gnu.org Git - gcc.git/commitdiff
mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead of InverseVar(MDMX).
authorJoseph Myers <joseph@codesourcery.com>
Thu, 17 Feb 2011 01:59:04 +0000 (01:59 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 17 Feb 2011 01:59:04 +0000 (01:59 +0000)
* config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
of InverseVar(MDMX).

From-SVN: r170237

gcc/ChangeLog
gcc/config/mips/mips.opt

index c66c0a0c35073b0bb73ab6796ae807a8989e4375..a7fb587b16dbaca14a8416a791f65ee8e998a55a 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-16  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
+       of InverseVar(MDMX).
+
 2011-02-16  Joseph Myers  <joseph@codesourcery.com>
 
        * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
index 34ff9845655f1fce618a90447c03c2caef60b6d8..20b0b6cde6acab4d105ff8fdf84127dd4182ce3f 100644 (file)
@@ -239,7 +239,7 @@ Target RejectNegative
 Do not use a cache-flushing function before calling stack trampolines
 
 mno-mdmx
-Target Report RejectNegative InverseVar(MDMX)
+Target Report RejectNegative Var(TARGET_MDMX, 0)
 Do not use MDMX instructions
 
 mno-mips16
This page took 1.303871 seconds and 5 git commands to generate.