From b42dd1379048fd9cc7eb7039b9dfee02d6884df7 Mon Sep 17 00:00:00 2001 From: Mao Date: Fri, 10 Nov 2023 16:22:51 -0700 Subject: [PATCH] [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. --- 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 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}. -- 2.47.2