From 5b19eaba0d7d5d8da864c0569543a61ec1eacaa4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 2 Apr 2009 09:43:56 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 6 ++++++ gas/config/tc-arm.c | 1 + gas/doc/c-arm.texi | 6 ++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index fc14173daf..2c2e59f1b8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-04-02 Daniel Gutson + + * 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. + 2009-04-01 Matt Thomas * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi" diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 57a8ef00b2..581ffcd03a 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. */ diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index cc4dd15a9a..cc9770042c 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -1,5 +1,5 @@ -@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008 -@c Free Software Foundation, Inc. +@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +@c 2008, 2009 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -116,6 +116,8 @@ recognized: @code{cortex-a9}, @code{cortex-r4}, @code{cortex-m3}, +@code{cortex-m1}, +@code{cortex-m0}, @code{ep9312} (ARM920 with Cirrus Maverick coprocessor), @code{i80200} (Intel XScale processor) @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor) -- 2.34.1