File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -398,9 +398,10 @@ instructions to protect the program against control flow hijacking attacks.
398398`-fcf-protection` is alias to `-fcf-protection=full`.
399399
400400- `none`: Disable control flow protection.
401- - `full`: Protect all control flow instructions, will enable branch protection
402- and return protection if the `Zimop` extension is available.
403- - `branch`: Protect branch instructions only by insert landing pad.
401+ - `full`: Protects all control flow instructions. Branch protection does not
402+ require the `Zimop` extension, but return protection will be enabled only if
403+ `Zimop` is available.
404+ - `branch`: Protect branch instructions only by inserting landing pad.
404405- `return`: Protect return instructions only, this require `Zimop` extension.
405406
406407=== `-mcf-branch-label-scheme=[unlabeled|func-sig]`
You can’t perform that action at this time.
0 commit comments