diff options
author | Mao <sray@live.com> | 2023-11-10 16:22:51 -0700 |
---|---|---|
committer | Jeff Law <jlaw@ventanamicro.com> | 2023-11-10 16:25:06 -0700 |
commit | b42dd1379048fd9cc7eb7039b9dfee02d6884df7 (patch) | |
tree | 2589a2b347ae3806e445b583811317582d79d767 | |
parent | c8bff398cf6c67753843fa39b3393d4ff3b15bcf (diff) | |
download | gcc-b42dd1379048fd9cc7eb7039b9dfee02d6884df7.zip gcc-b42dd1379048fd9cc7eb7039b9dfee02d6884df7.tar.gz gcc-b42dd1379048fd9cc7eb7039b9dfee02d6884df7.tar.bz2 |
[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.
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1bf71ce..f1a5722 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}. |