This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-check_cross in repository toolchain/ci/gcc.
from dc586a74922 aarch64: Introduce SLS mitigation for RET and BR instructions adds 2155170525f aarch64: Mitigate SLS for BLR instruction
No new revisions were added by this update.
Summary of changes: gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 225 ++++++++++++++++++++- gcc/config/aarch64/aarch64.h | 15 ++ gcc/config/aarch64/aarch64.md | 11 +- gcc/config/aarch64/constraints.md | 9 + gcc/config/aarch64/predicates.md | 3 +- .../aarch64/sls-mitigation/sls-miti-blr-bti.c | 40 ++++ .../aarch64/sls-mitigation/sls-miti-blr.c | 33 +++ 8 files changed, 328 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-blr-bti.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sls-mitigation/sls-miti-blr.c