[gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] Fix optindex entries for 2 options.

Tamar Christina tnfchris@gcc.gnu.org
Fri Jul 17 14:58:38 GMT 2020


https://gcc.gnu.org/g:71e815a5b691d8de6f9cace8c2f26204855e1ed3

commit 71e815a5b691d8de6f9cace8c2f26204855e1ed3
Author: Martin Liska <mliska@suse.cz>
Date:   Thu May 7 16:07:46 2020 +0200

    Fix optindex entries for 2 options.
    
            Backport from mainline
            2020-05-07  Martin Liska  <mliska@suse.cz>
    
            * doc/invoke.texi: Fix 2 optindex entries.

Diff:
---
 gcc/ChangeLog       | 7 +++++++
 gcc/doc/invoke.texi | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 905bd056b2d..3cdffe87046 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2020-05-07  Martin Liska  <mliska@suse.cz>
+
+	Backport from mainline
+	2020-05-07  Martin Liska  <mliska@suse.cz>
+
+	* doc/invoke.texi: Fix 2 optindex entries.
+
 2020-05-07  Jakub Jelinek  <jakub@redhat.com>
 
 	Backported from mainline
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 527d362533a..f98161391a0 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11399,7 +11399,7 @@ default, GCC emits an error message when an inconsistent profile is detected.
 This option is enabled by @option{-fauto-profile}.
 
 @item -fprofile-partial-training
-@opindex fprofile-use
+@opindex fprofile-partial-training
 With @code{-fprofile-use} all portions of programs not executed during train
 run are optimized agressively for size rather than speed.  In some cases it is
 not practical to train all possible hot paths in the program. (For
@@ -13393,6 +13393,7 @@ location.  If you combine the option with multiple source files,
 the @file{.gcno} file will be overwritten.
 
 @item -fprofile-prefix-path=@var{path}
+@opindex fprofile-prefix-path
 
 This option can be used in combination with
 @option{profile-generate=}@var{profile_dir} and


More information about the Gcc-cvs mailing list