diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-11-04 16:46:44 +0000 |
---|---|---|
committer | Thomas Preud'homme <thopre01@gcc.gnu.org> | 2016-11-04 16:46:44 +0000 |
commit | cf16d50fda51f23589f7c370b5d3150c262f4a69 (patch) | |
tree | 45961b1fafbef0e1ba3df312b1126a2185983461 /gcc/doc | |
parent | f6b2065fb0e7b294582df9665aee6ce2bc6ea9e8 (diff) | |
download | gcc-cf16d50fda51f23589f7c370b5d3150c262f4a69.zip gcc-cf16d50fda51f23589f7c370b5d3150c262f4a69.tar.gz gcc-cf16d50fda51f23589f7c370b5d3150c262f4a69.tar.bz2 |
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
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index caa416f..fb6144a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14925,6 +14925,7 @@ Permissible names are: @samp{arm2}, @samp{arm250}, @samp{cortex-a32}, @samp{cortex-a35}, @samp{cortex-a53}, @samp{cortex-a57}, @samp{cortex-a72}, @samp{cortex-a73}, @samp{cortex-r4}, @samp{cortex-r4f}, @samp{cortex-r5}, @samp{cortex-r7}, @samp{cortex-r8}, +@samp{cortex-m33}, @samp{cortex-m23}, @samp{cortex-m7}, @samp{cortex-m4}, |