Commit 70be5dc7 by Joseph Myers Committed by Joseph Myers

mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead of InverseVar(MDMX).

	* config/mips/mips.opt (mno-mdmx): Use Var(TARGET_MDMX, 0) instead
	of InverseVar(MDMX).

From-SVN: r170237
parent 948ef710
2011-02-16 Joseph Myers <joseph@codesourcery.com> 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 * config/sh/embed-elf.h (LIBGCC_SPEC): Match -m4-340 instead of
--m4-340. --m4-340.
......
...@@ -239,7 +239,7 @@ Target RejectNegative ...@@ -239,7 +239,7 @@ Target RejectNegative
Do not use a cache-flushing function before calling stack trampolines Do not use a cache-flushing function before calling stack trampolines
mno-mdmx mno-mdmx
Target Report RejectNegative InverseVar(MDMX) Target Report RejectNegative Var(TARGET_MDMX, 0)
Do not use MDMX instructions Do not use MDMX instructions
mno-mips16 mno-mips16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment