On Tue, Oct 8, 2019 at 4:21 PM Andre Vieira (lists) <andre.simoesdiasvie...@arm.com> wrote: > > Hi, > > This patch implements the TARGET_HOOK_SANITIZE_CLONE_ATTRIBUTES for the > arm backend to remove the 'cmse_nonsecure_entry' attribute from cmse. > > Bootstrapped the series on x86_64 and built arm-none-eabi, running the > cmse testsuite for armv8-m.main and armv8-m.base. > > Is this OK for trunk?
Ok if the common bit is approved. And do watch out for any testsuite multilib fallout. Ramana > > Cheers, > Andre > > gcc/ChangeLog: > > 2019-10-08 Andre Vieira <andre.simoesdiasvie...@arm.com> > > * config/arm/arm.c (TARGET_SANITIZE_CLONE_ATTRIBUTES): Define. > (arm_sanitize_clone_attributes): New. > > gcc/testsuite/ChangeLog: > 2019-10-08 Andre Vieira <andre.simoesdiasvie...@arm.com> > > * gcc.target/arm/cmse/ipa-clone.c: New test.