* config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
authorNick Clifton <nickc@redhat.com>
Tue, 18 Jan 2011 14:10:44 +0000 (14:10 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 18 Jan 2011 14:10:44 +0000 (14:10 +0000)
cores: fa606te, fa616te, fmp626.  Modify the VFP of fa626te.
* doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
fmp626} options.

gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi

index 1b7bf80..30d7609 100644 (file)
@@ -1,3 +1,10 @@
+2011-01-18  Mingfeng Wu  <mingfeng@faraday-tech.com>
+
+       * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
+       cores: fa606te, fa616te, fmp626.  Modify the VFP of fa626te.
+       * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
+       fmp626} options.
+
 2011-01-18  Nick Clifton  <nickc@redhat.com>
 
        PR gas/12390
index 78a98be..eed48f1 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-arm.c -- Assemble for the ARM
    Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008, 2009, 2010
+   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
        Modified by David Taylor (dtaylor@armltd.co.uk)
@@ -22600,7 +22600,10 @@ static const struct arm_cpu_option_table arm_cpus[] =
   {"arm1022e",         ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2, NULL},
   {"arm1026ejs",       ARM_ARCH_V5TEJ,  FPU_ARCH_VFP_V2, "ARM1026EJ-S"},
   {"arm1026ej-s",      ARM_ARCH_V5TEJ,  FPU_ARCH_VFP_V2, NULL},
-  {"fa626te",          ARM_ARCH_V5TE,   FPU_NONE,        NULL},
+  {"fa606te",          ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2, NULL},
+  {"fa616te",          ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2, NULL},
+  {"fa626te",          ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2, NULL},
+  {"fmp626",           ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2, NULL},
   {"fa726te",          ARM_ARCH_V5TE,   FPU_ARCH_VFP_V2, NULL},
   {"arm1136js",                ARM_ARCH_V6,     FPU_NONE,        "ARM1136J-S"},
   {"arm1136j-s",       ARM_ARCH_V6,     FPU_NONE,        NULL},
index 79a3722..a5a88ba 100644 (file)
@@ -102,7 +102,10 @@ recognized:
 @code{arm1020e},
 @code{arm1022e},
 @code{arm1026ej-s},
+@code{fa606te} (Faraday FA606TE processor),
+@code{fa616te} (Faraday FA616TE processor),
 @code{fa626te} (Faraday FA626TE processor),
+@code{fmp626} (Faraday FMP626 processor),
 @code{fa726te} (Faraday FA726TE processor),
 @code{arm1136j-s},
 @code{arm1136jf-s},