aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-03-05 10:41:04 +0000
committerPaul Brook <paul@codesourcery.com>2010-03-05 10:41:04 +0000
commit26b6f1917c282332b91543abdb10802045ac5628 (patch)
tree06a05cf0f920c6ef8802dd71626ae9413c012342 /gas/config
parent4170a0931d4df5ba05b130990e533b6080cffbf0 (diff)
downloadfsf-binutils-gdb-26b6f1917c282332b91543abdb10802045ac5628.zip
fsf-binutils-gdb-26b6f1917c282332b91543abdb10802045ac5628.tar.gz
fsf-binutils-gdb-26b6f1917c282332b91543abdb10802045ac5628.tar.bz2
2010-03-05 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index f55fe61..16f4fd3 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},