aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2013-06-04 09:11:18 -0400
committerCatherine Moore <clm@gcc.gnu.org>2013-06-04 09:11:18 -0400
commit44b20bb8ce8bda790febf1e1afd33c4b97bfc8de (patch)
tree24e572bf760f77e31535abc68857f9563d738ce3 /gcc/doc/invoke.texi
parent52befbd84a16eb396f7bd73d6521d31ae2427493 (diff)
downloadgcc-44b20bb8ce8bda790febf1e1afd33c4b97bfc8de.zip
gcc-44b20bb8ce8bda790febf1e1afd33c4b97bfc8de.tar.gz
gcc-44b20bb8ce8bda790febf1e1afd33c4b97bfc8de.tar.bz2
mips.opt (meva): New.
2013-06-04 Catherine Moore <clm@codesourcery.com> * config/mips/mips.opt (meva): New. * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_eva. (ASM_SPEC): Handle -meva. * doc/invoke.texi (meva): Document. From-SVN: r199649
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 66dcfe4..de57609 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -752,6 +752,7 @@ Objective-C and Objective-C++ Dialects}.
-mno-float -msingle-float -mdouble-float @gol
-mdsp -mno-dsp -mdspr2 -mno-dspr2 @gol
-mmcu -mmno-mcu @gol
+-meva -mno-eva @gol
-mmicromips -mno-micromips @gol
-mfpu=@var{fpu-type} @gol
-msmartmips -mno-smartmips @gol
@@ -16376,6 +16377,12 @@ Use (do not use) MT Multithreading instructions.
@opindex mno-mcu
Use (do not use) the MIPS MCU ASE instructions.
+@item -meva
+@itemx -mno-eva
+@opindex meva
+@opindex mno-eva
+Use (do not use) the MIPS Enhanced Virtual Addressing instructions.
+
@item -mlong64
@opindex mlong64
Force @code{long} types to be 64 bits wide. See @option{-mlong32} for