aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-04-02 09:43:56 +0000
committerNick Clifton <nickc@redhat.com>2009-04-02 09:43:56 +0000
commit5b19eaba0d7d5d8da864c0569543a61ec1eacaa4 (patch)
tree2b9049747e503fbdc6713fc34cd3aa82c21177e4 /gas/config
parentb1435da156e4bf72cf7a23019bf649b038629f3e (diff)
downloadgdb-5b19eaba0d7d5d8da864c0569543a61ec1eacaa4.zip
gdb-5b19eaba0d7d5d8da864c0569543a61ec1eacaa4.tar.gz
gdb-5b19eaba0d7d5d8da864c0569543a61ec1eacaa4.tar.bz2
* config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
* doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and Cortex-M1.
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 57a8ef0..581ffcd 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -20774,6 +20774,7 @@ static const struct arm_cpu_option_table arm_cpus[] =
{"cortex-r4", ARM_ARCH_V7R, 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},
/* ??? XSCALE is really an architecture. */
{"xscale", ARM_ARCH_XSCALE, FPU_ARCH_VFP_V2, NULL},
/* ??? iwmmxt is not a processor. */