diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-02 09:43:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-02 09:43:56 +0000 |
commit | 5b19eaba0d7d5d8da864c0569543a61ec1eacaa4 (patch) | |
tree | 2b9049747e503fbdc6713fc34cd3aa82c21177e4 /gas/doc | |
parent | b1435da156e4bf72cf7a23019bf649b038629f3e (diff) | |
download | gdb-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/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index cc4dd15..cc97700 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) |