This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] [DOC] [MIPS] add microMIPS option into doc
- From: Jia Liu <proljc at gmail dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 15 Nov 2012 10:48:08 +0800
- Subject: [PATCH] [DOC] [MIPS] add microMIPS option into doc
Hi all,
Little change, add microMIPS option.
Please checkin if it is OK.
Regards,
Jia
2012-11-15 Jia Liu <proljc@gmail.com>
* gcc/doc/invoke.texi: Add microMIPS option.
Signed-off-by: Jia Liu <proljc@gmail.com>
---
gcc/doc/invoke.texi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index e019e3d..3a3e9ea 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -750,6 +750,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
+-mmicromips -mno-micromips @gol
-mfpu=@var{fpu-type} @gol
-msmartmips -mno-smartmips @gol
-mpaired-single -mno-paired-single -mdmx -mno-mdmx @gol
@@ -16183,6 +16184,12 @@ Use (do not use) MT Multithreading instructions.
@opindex mno-mcu
Use (do not use) the MIPS MCU ASE instructions.
+@item -mmicromips
+@itemx -mno-micromips
+@opindex mmicromips
+@opindex mno-micromips
+Generate (do not generate) the microMIPS instructions.
+
@item -mlong64
@opindex mlong64
Force @code{long} types to be 64 bits wide. See @option{-mlong32} for
--
1.7.10.2 (Apple Git-33)