doc: Add fpatchable-function-entry to Option-Summary page[PR110983]

Message ID TYYP286MB1473877CFCA93B60E1651C1BAEE7A@TYYP286MB1473.JPNP286.PROD.OUTLOOK.COM
State Accepted
Headers
Series doc: Add fpatchable-function-entry to Option-Summary page[PR110983] |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Mao Aug. 29, 2023, 5:25 a.m. UTC
  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(-)
  

Patch

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}.