https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102035
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Earnshaw <rearn...@gcc.gnu.org>: https://gcc.gnu.org/g:574e7950bd6b34e9e2cacce18c802b45505d1d0a commit r12-3113-g574e7950bd6b34e9e2cacce18c802b45505d1d0a Author: Richard Earnshaw <rearn...@arm.com> Date: Fri Jun 18 17:16:25 2021 +0100 arm: add erratum mitigation to __gnu_cmse_nonsecure_call [PR102035] Add the recommended erratum mitigation sequence to __gnu_cmse_nonsecure_call for use on Armv8-m.main devices. Since this is in the library code we cannot know in advance whether the core we are running on will be affected by this, so always enable it. libgcc: PR target/102035 * config/arm/cmse_nonsecure_call.S (__gnu_cmse_nonsecure_call): Add vlldm erratum work-around.