aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2015-07-03 14:49:05 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2015-07-03 14:49:05 +0000
commit7c17c7b24d79b701d02c0b2af59f1bee3c6ca522 (patch)
tree14853ac7ad856cbdb0b556e68c2769f2118bb242
parent5fbf1204e03f613cdcd518f638ef27b823cf307f (diff)
downloadgcc-7c17c7b24d79b701d02c0b2af59f1bee3c6ca522.zip
gcc-7c17c7b24d79b701d02c0b2af59f1bee3c6ca522.tar.gz
gcc-7c17c7b24d79b701d02c0b2af59f1bee3c6ca522.tar.bz2
[Patch docs obvious AArch64] Fix position of -moverride documentation
gcc/ * doc/invoke.texi (moverride): Move to correct section. From-SVN: r225384
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi17
2 files changed, 13 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1b60027..3be66cc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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):
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index fba46e6..69ae0c3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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}.