From ee444c5f45985c29dcf5b4341f05a0bd15cc1897 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 23 Jun 2017 21:40:55 +0000 Subject: [PATCH] Fix missing Aarch64 falkor/qdf24xx options. gcc/ * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and qdf24xx. From-SVN: r249613 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5cb2af40718..0e94ee68a39 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-06-23 Jim Wilson + + * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and + qdf24xx. + 2017-06-23 Aaron Sawdey * config/rs6000/rs6000-string.c: (expand_block_clear, diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 7c81f0d5785..e4ca1b4b4fc 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}, -- 2.30.2