Add support for ARM Cortex-M23 processor
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 4 Nov 2016 16:46:33 +0000 (16:46 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 4 Nov 2016 16:46:33 +0000 (16:46 +0000)
commitf6b2065fb0e7b294582df9665aee6ce2bc6ea9e8
tree42d5257ca3bbb12f451672d2296175280ff48169
parent26060734c0470c74ccef2f4b755d7be4ad6a0e20
Add support for ARM Cortex-M23 processor

2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm-arches.def (armv8-m.base): Set Cortex-M23 as
    representative core for this architecture.
    * config/arm/arm-cores.def (cortex-m23): Define new processor.
    * config/arm/arm-tables.opt: Regenerate.
    * config/arm/arm-tune.md: Likewise.
    * config/arm/arm.c (arm_v6m_tune): Add Cortex-M23 to the list of cores
    this tuning parameters apply to in the comment.
    * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M23 to the list of
    valid -mcpu options.
    * doc/invoke.texi (ARM Options): Document new Cortex-M23 processor.

From-SVN: r241848
gcc/ChangeLog
gcc/config/arm/arm-arches.def
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/config/arm/arm.c
gcc/config/arm/bpabi.h
gcc/doc/invoke.texi