From: Martin Liska Date: Thu, 7 May 2020 14:07:46 +0000 (+0200) Subject: Fix optindex entries for 2 options. X-Git-Tag: misc/first-auto-changelog-10~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e815a5b691d8de6f9cace8c2f26204855e1ed3;p=thirdparty%2Fgcc.git Fix optindex entries for 2 options. Backport from mainline 2020-05-07 Martin Liska * doc/invoke.texi: Fix 2 optindex entries. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 905bd056b2da..3cdffe870466 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2020-05-07 Martin Liska + + Backport from mainline + 2020-05-07 Martin Liska + + * doc/invoke.texi: Fix 2 optindex entries. + 2020-05-07 Jakub Jelinek Backported from mainline diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 527d362533ab..f98161391a09 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