]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Patch docs obvious AArch64] Fix position of -moverride documentation
authorjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jul 2015 14:49:05 +0000 (14:49 +0000)
committerjgreenhalgh <jgreenhalgh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jul 2015 14:49:05 +0000 (14:49 +0000)
gcc/

* doc/invoke.texi (moverride): Move to correct section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225384 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 1b6002755531d19b1e51fa83ce155eefa3c3f510..3be66ccb5abf7da6309cda73c5b1e188ce82b0d8 100644 (file)
@@ -1,3 +1,7 @@
+2015-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * doc/invoke.texi (moverride): Move to correct section.
+
 2015-07-03  Richard Biener  <rguenther@suse.de>
 
        * genmatch.c (commutative_tree_code, commutative_ternary_tree_code):
index fba46e6580b8854b14b7dc48f8c473ad9d2d6d34..69ae0c35da5fe999dc2436d7855ff65e073b234e 100644 (file)
@@ -12498,6 +12498,15 @@ the target processor for which to tune for performance (as if
 by @option{-mtune}).  Where this option is used in conjunction
 with @option{-march} or @option{-mtune}, those options take precedence
 over the appropriate part of this option.
+
+@item -moverride=@var{string}
+@opindex moverride
+Override tuning decisions made by the back-end in response to a
+@option{-mtune=} switch.  The syntax, semantics, and accepted values
+for @var{string} in this option are not guaranteed to be consistent
+across releases.
+
+This option is only intended to be useful when developing GCC.
 @end table
 
 @subsubsection @option{-march} and @option{-mcpu} Feature Modifiers
@@ -12530,14 +12539,6 @@ Enable Limited Ordering Regions support.
 Enable ARMv8.1 Advanced SIMD instructions.  This implies Advanced SIMD
 is enabled.
 
-@item -moverride=@var{string}
-@opindex master
-Override tuning decisions made by the back-end in response to a
-@option{-mtune=} switch.  The syntax, semantics, and accepted values
-for @var{string} in this option are not guaranteed to be consistent
-across releases.
-
-This option is only intended to be useful when developing GCC.
 @end table
 
 That is, @option{crypto} implies @option{simd} implies @option{fp}.