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
This commit is contained in:
parent
948ef71060
commit
70be5dc7a7
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue