From: Nick Clifton Date: Tue, 18 Jan 2011 14:10:44 +0000 (+0000) Subject: * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible X-Git-Tag: cgen-snapshot-20110201~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a58c4bdc96a4d10cbb889127e75245bff7352f8;p=platform%2Fupstream%2Fbinutils.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1b7bf80..30d7609 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2011-01-18 Mingfeng Wu + + * 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 PR gas/12390 diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 78a98be..eed48f1 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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}, diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 79a3722..a5a88ba 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -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},