r255055 - in /trunk/gcc: ChangeLog config/arm/a...

thopre01@gcc.gnu.org thopre01@gcc.gnu.org
Wed Nov 22 13:32:00 GMT 2017


Author: thopre01
Date: Wed Nov 22 13:32:21 2017
New Revision: 255055

URL: https://gcc.gnu.org/viewcvs?rev=255055&root=gcc&view=rev
Log:
[ARM] Use bitmap to control cmse_nonsecure_call register clearing

As part of r253256, cmse_nonsecure_entry_clear_before_return has been
rewritten to use auto_sbitmap instead of an integer bitfield to control
which register needs to be cleared. This commit continues this work in
cmse_nonsecure_call_clear_caller_saved.

2017-11-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Use
    auto_sbitap instead of integer bitfield to control register needing
    clearing.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/arm/arm.c



More information about the Gcc-cvs mailing list