+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.
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. */
@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