]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add support for the Samsung Exynos M1 processor.
authorEvandro Menezes <e.menezes@samsung.com>
Wed, 1 Apr 2015 23:13:09 +0000 (18:13 -0500)
committerSebastian Pop <sebpop@gmail.com>
Mon, 6 Apr 2015 19:42:59 +0000 (19:42 +0000)
gas/
        * config/tc-arm.c: Add support for Samsung Exynos M1.
        * doc/c-arm.texi (-mcpu=): Add "exynos-m1".

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

index 6feb01b67d3a6c9ff91f4e7bb48af0b71722881a..2b74942d5013c6c028bb86c6213289e07215c9ec 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-06  Evandro Menezes  <e.menezes@samsung.com>
+
+       * config/tc-arm.c: Add support for Samsung Exynos M1.
+       * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
+
 2015-04-04  Alan Modra  <amodra@gmail.com>
 
        Apply from master.
index 0a42401b34e0cfc8932d9967bede9b7c7699144d..f631a026d3e07bc3d98df51c434ce7005577f117 100644 (file)
@@ -24423,6 +24423,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
   ARM_CPU_OPT ("cortex-m1",    ARM_ARCH_V6SM,   FPU_NONE,        "Cortex-M1"),
   ARM_CPU_OPT ("cortex-m0",    ARM_ARCH_V6SM,   FPU_NONE,        "Cortex-M0"),
   ARM_CPU_OPT ("cortex-m0plus",        ARM_ARCH_V6SM,   FPU_NONE,        "Cortex-M0+"),
+  ARM_CPU_OPT ("exynos-m1",    ARM_ARCH_V8A,    FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
+                                                                 "Samsung " \
+                                                                 "Exynos M1"),
   /* ??? XSCALE is really an architecture.  */
   ARM_CPU_OPT ("xscale",       ARM_ARCH_XSCALE, FPU_ARCH_VFP_V2, NULL),
   /* ??? iwmmxt is not a processor.  */
index 7bcce943d10e71c5e46d120ce418d01107e561bc..7a3bf85636bc363ca419f48833a9e5b212923ae9 100644 (file)
@@ -129,6 +129,7 @@ recognized:
 @code{cortex-m0},
 @code{cortex-m0plus},
 @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
+@code{exynos-m1},
 @code{i80200} (Intel XScale processor)
 @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
 and