mips.opt (mdmx, [...]): New options.
authorThiemo Seufer <ths@mips.com>
Wed, 25 Apr 2007 12:05:48 +0000 (12:05 +0000)
committerThiemo Seufer <ths@gcc.gnu.org>
Wed, 25 Apr 2007 12:05:48 +0000 (12:05 +0000)
commit500fc425860f86c0c9f38ea6a2a3f5b32e8549c2
tree4bf01dcdb081595abc17dd7312a331135339ffde
parentc1e5569062a3d302e8a0d0b6be83a772b652bc95
mips.opt (mdmx, [...]): New options.

* config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
(mips16): Fix typo.
* config/mips/mips.h (ASM_SPEC): Pass -mmt/-mno-mt and -mdmx/-mno-mdmx
on to the assembler.  Improve handling of -mno-mips16.  Add handling
of -mno-mips3d, -mno-dsp, -mno-dspr2.
* doc/invoke.texi (MIPS Options): Whitespace cleanup.  Fix wrong use
of @itemx.  Document -mno-dsp, -mno-dspr2, -mno-paired-single, -mdmx,
-mno-mdmx, -mno-mips3d, -mmt and -mno-mt.

From-SVN: r124153
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi