Add support for ARM Cortex-M23 processor
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 4 Nov 2016 16:24:08 +0000 (16:24 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 4 Nov 2016 16:24:08 +0000 (16:24 +0000)
2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>

gas/
* config/tc-arm.c (cortex-m23): Declare new processor.
* doc/c-arm.texi (-mcpu ARM command line option): Document new
Cortex-M23 processor.
* NEWS: Mention ARM Cortex-M23 support.

gas/ChangeLog
gas/NEWS
gas/config/tc-arm.c
gas/doc/c-arm.texi

index 1c73f4c5cd21352353b180f5b687b390d88090b1..4e98cda001fa44fc3df8774323e287438e19c4fb 100644 (file)
@@ -1,3 +1,10 @@
+2016-11-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (cortex-m23): Declare new processor.
+       * doc/c-arm.texi (-mcpu ARM command line option): Document new
+       Cortex-M23 processor.
+       * NEWS: Mention ARM Cortex-M23 support.
+
 2016-11-04  Palmer Dabbelt  <palmer@dabbelt.com>
            Andrew Waterman <andrew@sifive.com>
 
index 25ad9ab3710320fc2a6311fd64988de6a4ad7e24..cb47be02755cdad1411d1813759c25113c6b453b 100644 (file)
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,6 +2,8 @@
 
 * Add support for the RISC-V architecture.
 
+* Add support for the ARM Cortex-M23 processor.
+
 Changes in 2.27:
 
 * Default to --enable-compressed-debug-sections=gas for Linux/x86 targets.
index 061aaa8222d03f6e52953ae3fdcd1e047d7bbee3..011701befdb8b0019528e2a3a79b0b2ddfb8fd50 100644 (file)
@@ -25459,6 +25459,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
   ARM_CPU_OPT ("cortex-r8",    ARM_ARCH_V7R_IDIV,
                                                 FPU_ARCH_VFP_V3D16,
                                                                  "Cortex-R8"),
+  ARM_CPU_OPT ("cortex-m23",   ARM_ARCH_V8M_BASE,
+                                                FPU_NONE,        "Cortex-M23"),
   ARM_CPU_OPT ("cortex-m7",    ARM_ARCH_V7EM,   FPU_NONE,        "Cortex-M7"),
   ARM_CPU_OPT ("cortex-m4",    ARM_ARCH_V7EM,   FPU_NONE,        "Cortex-M4"),
   ARM_CPU_OPT ("cortex-m3",    ARM_ARCH_V7M,    FPU_NONE,        "Cortex-M3"),
index 8ea604547935be50fa4a2129e6a201d76e39009f..f08f6eb4381d70f20bb4d8f95510066c6133a41b 100644 (file)
@@ -131,6 +131,7 @@ recognized:
 @code{cortex-r5},
 @code{cortex-r7},
 @code{cortex-r8},
+@code{cortex-m23},
 @code{cortex-m7},
 @code{cortex-m4},
 @code{cortex-m3},
This page took 0.068279 seconds and 4 git commands to generate.