]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (mvirt, mno-virt): Document.
authorCatherine Moore <clm@codesourcery.com>
Fri, 21 Feb 2014 13:30:47 +0000 (08:30 -0500)
committerCatherine Moore <clm@gcc.gnu.org>
Fri, 21 Feb 2014 13:30:47 +0000 (08:30 -0500)
2014-02-21  Catherine Moore  <clm@codesourcery.com>

* doc/invoke.texi (mvirt, mno-virt): Document.
* config/mips/mips.opt (mvirt): New option.
* config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.

From-SVN: r207993

gcc/ChangeLog
gcc/config/mips/mips.h
gcc/config/mips/mips.opt
gcc/doc/invoke.texi

index d93ac6d37d9db58ce8c44361f8e7b7c62f0b6697..09f7c3219207fb566fcf6127264c49e35bbaed68 100644 (file)
@@ -1,3 +1,9 @@
+2014-02-21  Catherine Moore  <clm@codesourcery.com>
+
+       * doc/invoke.texi (mvirt, mno-virt): Document.
+       * config/mips/mips.opt (mvirt): New option.
+       * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
+
 2014-02-21  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/60276
index 150cf0c3136963542fcb9d19db5c455d06961ed8..fb98a047b7f2ef32e750be1ec378cdbec12a79f9 100644 (file)
@@ -1175,6 +1175,7 @@ struct mips_cpu_info {
 %{mdspr2} %{mno-dspr2} \
 %{mmcu} %{mno-mcu} \
 %{meva} %{mno-eva} \
+%{mvirt} %{mno-virt} \
 %{msmartmips} %{mno-smartmips} \
 %{mmt} %{mno-mt} \
 %{mfix-rm7000} %{mno-fix-rm7000} \
index be551a7a452a80c12932e120620b67eb4a7dc05b..6ee539837bb502656ae694e7b72479e88be524ca 100644 (file)
@@ -388,6 +388,10 @@ muninit-const-in-rodata
 Target Report Var(TARGET_UNINIT_CONST_IN_RODATA)
 Put uninitialized constants in ROM (needs -membedded-data)
 
+mvirt
+Target Report Var(TARGET_VIRT)
+Use Virtualization Application Specific instructions
+
 mvr4130-align
 Target Report Mask(VR4130_ALIGN)
 Perform VR4130-specific alignment optimizations
index 4d1b6571b3667dd506d15d346521bca930133162..959664c16cc11d597c84a1227a811d30b51bd3f3 100644 (file)
@@ -779,6 +779,7 @@ Objective-C and Objective-C++ Dialects}.
 -mdsp  -mno-dsp  -mdspr2  -mno-dspr2 @gol
 -mmcu -mmno-mcu @gol
 -meva -mno-eva @gol
+-mvirt -mno-virt @gol
 -mmicromips -mno-micromips @gol
 -mfpu=@var{fpu-type} @gol
 -msmartmips  -mno-smartmips @gol
@@ -17447,6 +17448,12 @@ Use (do not use) the MIPS MCU ASE instructions.
 @opindex mno-eva
 Use (do not use) the MIPS Enhanced Virtual Addressing instructions.
 
+@item -mvirt
+@itemx -mno-virt
+@opindex mvirt
+@opindex mno-virt
+Use (do not use) the MIPS Virtualization Application Specific instructions.
+
 @item -mlong64
 @opindex mlong64
 Force @code{long} types to be 64 bits wide.  See @option{-mlong32} for