Skip to content

Commit a5dfaf6

Browse files
thaoluonguwstephanosio
authored andcommitted
arm: Remove pacbti in cortex-m85
Minimal support gcc for cortex-m85 only Temporary remove pacbti in cortex-m85 Signed-off-by: Thao Luong <thao.luong.uw@renesas.com>
1 parent 17bd2bd commit a5dfaf6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gcc/config/arm/arm-cpus.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,8 +1641,7 @@ end cpu cortex-m55
16411641
begin cpu cortex-m85
16421642
cname cortexm85
16431643
tune flags LDSCHED
1644-
architecture armv8.1-m.main+pacbti+mve.fp+fp.dp
1645-
option nopacbti remove pacbti
1644+
architecture armv8.1-m.main+mve.fp+fp.dp
16461645
option nomve.fp remove mve_float
16471646
option nomve remove mve mve_float
16481647
option nofp remove ALL_FP mve_float

gcc/doc/invoke.texi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21246,9 +21246,6 @@ The following extension options are common to the listed CPUs:
2124621246
@item +nodsp
2124721247
Disable the DSP instructions on @samp{cortex-m33}, @samp{cortex-m35p} and @samp{cortex-m85}. Also disable the M-Profile Vector Extension (MVE) integer and single precision floating-point instructions on @samp{cortex-m85}.
2124821248

21249-
@item +nopacbti
21250-
Disable the Pointer Authentication and Branch Target Identification Extension
21251-
on @samp{cortex-m85}.
2125221249
@item +nomve
2125321250
Disable the M-Profile Vector Extension (MVE) integer and single precision
2125421251
floating-point instructions on @samp{cortex-m85}.

0 commit comments

Comments
 (0)