This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from e527b92b183 Fix previous ipa-modref patch new 931d1c208a6 arm: Fix general issues with patterns for VLLDM and VLSTM new e5b56e80583 arm: testsuite: improve detection of CMSE hardware. new 80e7c463844 arm: Add command-line option for enabling CVE-2021-35465 mi [...] new 2539763c89a arm: add erratum mitigation to __gnu_cmse_nonsecure_call [P [...] new 8933c1b66a6 arm: fix vlldm erratum for Armv8.1-m [PR102035] new 41ccd2b3241 arm: Add tests for VLLDM mitigation [PR102035]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/arm/arm-cpus.in | 9 +++++-- gcc/config/arm/arm.c | 9 +++++++ gcc/config/arm/arm.md | 11 ++++++-- gcc/config/arm/arm.opt | 4 +++ gcc/config/arm/vfp.md | 29 +++++++++++++--------- gcc/doc/invoke.texi | 9 +++++++ .../mainline/8_1m/soft/{cmse-13.c => cmse-13a.c} | 4 ++- .../mainline/8_1m/soft/{cmse-7.c => cmse-7a.c} | 4 ++- .../mainline/8_1m/soft/{cmse-8.c => cmse-8a.c} | 4 ++- .../8_1m/softfp-sp/{cmse-7.c => cmse-7a.c} | 4 ++- .../8_1m/softfp-sp/{cmse-8.c => cmse-8a.c} | 4 ++- .../mainline/8_1m/softfp/{cmse-13.c => cmse-13a.c} | 4 ++- .../mainline/8_1m/softfp/{cmse-7.c => cmse-7a.c} | 4 ++- .../mainline/8_1m/softfp/{cmse-8.c => cmse-8a.c} | 4 ++- gcc/testsuite/lib/target-supports.exp | 17 +++++++++++++ libgcc/config/arm/cmse_nonsecure_call.S | 5 ++++ 16 files changed, 101 insertions(+), 24 deletions(-) copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/soft/{cmse-13.c => cmse-13a.c} (89%) copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/soft/{cmse-7.c => cmse-7a.c} (88%) copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/soft/{cmse-8.c => cmse-8a.c} (89%) copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/softfp-sp/{cmse-7.c => cmse-7 [...] copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/softfp-sp/{cmse-8.c => cmse-8 [...] copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/softfp/{cmse-13.c => cmse-13a [...] copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/softfp/{cmse-7.c => cmse-7a.c} (87%) copy gcc/testsuite/gcc.target/arm/cmse/mainline/8_1m/softfp/{cmse-8.c => cmse-8a.c} (88%)