mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-28 06:14:10 +08:00
arm: Documentation fix for -mbranch-protection option.
This patch fixes the documentation for -mbranch-protection command line option. gcc/ChangeLog: 2023-01-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com> * doc/invoke.texi (-mbranch-protection): Update documentation.
This commit is contained in:
parent
054e407b7f
commit
b457cab640
@ -22564,8 +22564,7 @@ The opposite @option{-mno-fdpic} option is useful (and required) to
|
||||
build the Linux kernel using the same (@code{arm-*-uclinuxfdpiceabi})
|
||||
toolchain as the one used to build the userland programs.
|
||||
|
||||
@item
|
||||
-mbranch-protection=@var{none}|@var{standard}|@var{pac-ret}[+@var{leaf}][+@var{bti}]|@var{bti}[+@var{pac-ret}[+@var{leaf}]]
|
||||
@item -mbranch-protection=@var{none}|@var{standard}|@var{pac-ret}[+@var{leaf}][+@var{bti}]|@var{bti}[+@var{pac-ret}[+@var{leaf}]]
|
||||
@opindex mbranch-protection
|
||||
Enable branch protection features (armv8.1-m.main only).
|
||||
@samp{none} generate code without branch protection or return address
|
||||
|
Loading…
Reference in New Issue
Block a user