aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <jim.wilson@linaro.org>2017-06-23 21:40:55 +0000
committerJim Wilson <wilson@gcc.gnu.org>2017-06-23 14:40:55 -0700
commitee444c5f45985c29dcf5b4341f05a0bd15cc1897 (patch)
tree2a8b326709d4acf4defa36fd14a7383b29b2cc8a
parentd3f062be9c9b3432e849793f57c692c23cffefcd (diff)
downloadgcc-ee444c5f45985c29dcf5b4341f05a0bd15cc1897.zip
gcc-ee444c5f45985c29dcf5b4341f05a0bd15cc1897.tar.gz
gcc-ee444c5f45985c29dcf5b4341f05a0bd15cc1897.tar.bz2
Fix missing Aarch64 falkor/qdf24xx options.
gcc/ * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and qdf24xx. From-SVN: r249613
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5cb2af4..0e94ee6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-23 Jim Wilson <jim.wilson@linaro.org>
+
+ * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
+ qdf24xx.
+
2017-06-23 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
* config/rs6000/rs6000-string.c: (expand_block_clear,
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 7c81f0d..e4ca1b4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -14079,7 +14079,8 @@ Specify the name of the target processor for which GCC should tune the
performance of the code. Permissible values for this option are:
@samp{generic}, @samp{cortex-a35}, @samp{cortex-a53}, @samp{cortex-a55},
@samp{cortex-a57}, @samp{cortex-a72}, @samp{cortex-a73}, @samp{cortex-a75},
-@samp{exynos-m1}, @samp{xgene1}, @samp{vulcan}, @samp{thunderx},
+@samp{exynos-m1}, @samp{falkor}, @samp{qdf24xx},
+@samp{xgene1}, @samp{vulcan}, @samp{thunderx},
@samp{thunderxt88}, @samp{thunderxt88p1}, @samp{thunderxt81},
@samp{thunderxt83}, @samp{thunderx2t99}, @samp{cortex-a57.cortex-a53},
@samp{cortex-a72.cortex-a53}, @samp{cortex-a73.cortex-a35},