From: Mao Date: Fri, 10 Nov 2023 23:22:51 +0000 (-0700) Subject: [PATCH] doc: Add fpatchable-function-entry to Option-Summary page[PR110983] X-Git-Tag: basepoints/gcc-15~4801 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b42dd1379048fd9cc7eb7039b9dfee02d6884df7;p=thirdparty%2Fgcc.git [PATCH] doc: Add fpatchable-function-entry to Option-Summary page[PR110983] gcc/ PR middle-end/110983 * doc/invoke.texi (Option Summary): Add -fpatchable-function-entry. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1bf71ce47a8a..f1a5722675fa 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -654,7 +654,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}.