From: Paul Brook Date: Fri, 5 Mar 2010 10:41:04 +0000 (+0000) Subject: 2010-03-05 Paul Brook X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26b6f1917c282332b91543abdb10802045ac5628;p=binutils-gdb.git 2010-03-05 Paul Brook gas/ * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e34574c220b..85d23c48568 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-03-05 Paul Brook + + * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4. + 2010-03-02 Andrew Stubbs * config/tc-sh.c (get_specific): Move overflow checking code to avoid diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index f55fe6139d9..16f4fd32158 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -22179,6 +22179,7 @@ static const struct arm_cpu_option_table arm_cpus[] = NULL}, {"cortex-r4", ARM_ARCH_V7R, FPU_NONE, NULL}, {"cortex-r4f", ARM_ARCH_V7R, FPU_ARCH_VFP_V3D16, NULL}, + {"cortex-m4", ARM_ARCH_V7EM, FPU_NONE, NULL}, {"cortex-m3", ARM_ARCH_V7M, FPU_NONE, NULL}, {"cortex-m1", ARM_ARCH_V6M, FPU_NONE, NULL}, {"cortex-m0", ARM_ARCH_V6M, FPU_NONE, NULL},