The -fpatchable-function-entry is missing in both the web doc [1] and the man page's "Option Summary" section.
This patch is to add it. [1]: https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html --- gcc/doc/invoke.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 16aa92b5e86..6571180af0c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -649,7 +649,8 @@ Objective-C and Objective-C++ Dialects}. -finstrument-functions -finstrument-functions-once -finstrument-functions-exclude-function-list=@var{sym},@var{sym},@dots{} -finstrument-functions-exclude-file-list=@var{file},@var{file},@dots{} --fprofile-prefix-map=@var{old}=@var{new}} +-fprofile-prefix-map=@var{old}=@var{new} +-fpatchable-function-entry=@var{N}@r{[},@var{M}@r{]}} @item Preprocessor Options @xref{Preprocessor Options,,Options Controlling the Preprocessor}. -- 2.34.1