* config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
authorths <ths@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Apr 2007 12:05:48 +0000 (12:05 +0000)
committerths <ths@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Apr 2007 12:05:48 +0000 (12:05 +0000)
commite6a71de3ca57ecfd5437ad3c45b3d795601c2b47
tree4bf01dcdb081595abc17dd7312a331135339ffde
parentf8655ffd5f308e5d3c40d50e1c1d9eafcf7c78d4
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124153 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi