This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed, PATCH] Replace -skip-rax-setup with -mskip-rax-setup


This fixed a typo.  Checked into trunk.

H.J.
---
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(revision 235274)
+++ gcc/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
+
 2016-04-20  Richard Biener  <rguenther@suse.de>
 
 	* gimple-match.h (maybe_build_generic_op): Adjust prototype.
Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 235274)
+++ gcc/doc/invoke.texi	(working copy)
@@ -24157,7 +24157,7 @@ useful together with @option{-mrecord-mc
 @itemx -mno-skip-rax-setup
 @opindex mskip-rax-setup
 When generating code for the x86-64 architecture with SSE extensions
-disabled, @option{-skip-rax-setup} can be used to skip setting up RAX
+disabled, @option{-mskip-rax-setup} can be used to skip setting up RAX
 register when there are no variable arguments passed in vector registers.
 
 @strong{Warning:} Since RAX register is used to avoid unnecessarily


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]