Add support for ARM Cortex-M33 processor
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 4 Nov 2016 16:46:44 +0000 (16:46 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 4 Nov 2016 16:46:44 +0000 (16:46 +0000)
commitcf16d50fda51f23589f7c370b5d3150c262f4a69
tree45961b1fafbef0e1ba3df312b1126a2185983461
parentf6b2065fb0e7b294582df9665aee6ce2bc6ea9e8
Add support for ARM Cortex-M33 processor

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

    gcc/
    * config/arm/arm-arches.def (armv8-m.main+dsp): Set Cortex-M33 as
    representative core for this architecture.
    * config/arm/arm-cores.def (cortex-m33): Define new processor.
    * config/arm/arm-tables.opt: Regenerate.
    * config/arm/arm-tune.md: Likewise.
    * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M33 to the list of
    valid -mcpu options.
    * doc/invoke.texi (ARM Options): Document new Cortex-M33 processor.

From-SVN: r241849
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/bpabi.h
gcc/doc/invoke.texi