2009-10-29 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Thu, 29 Oct 2009 15:37:53 +0000 (15:37 +0000)
committerPaul Brook <paul@codesourcery.com>
Thu, 29 Oct 2009 15:37:53 +0000 (15:37 +0000)
gas/
* doc/c-arm.texi: Document ARM -mcpu=cortex-a5.
* config/arm/tc-arm.c (arm_cpu_option_table): Add cortex-a5.

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

index f756214d18d2e4fa81ba33bf6400531bd3d2d2fe..a9f67850d62ae15b7467d182b1258693e655f306 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-29  Paul Brook  <paul@codesourcery.com>
+
+       * doc/c-arm.texi: Document ARM -mcpu=cortex-a5.
+       * config/arm/tc-arm.c (arm_cpu_option_table): Add cortex-a5.
+
 2009-10-29  Tristan Gingold  <gingold@adacore.com>
 
        * config/tc-mep.c (md_pseudo_table): Remove dwarf2 debug pseudo
index 22a337740929aad515f0acb5712dc913270bcd2f..e176adaafeccc2908d54993520ac874b625f4046 100644 (file)
@@ -21853,6 +21853,7 @@ static const struct arm_cpu_option_table arm_cpus[] =
   {"arm1156t2f-s",     ARM_ARCH_V6T2,   FPU_ARCH_VFP_V2, NULL},
   {"arm1176jz-s",      ARM_ARCH_V6ZK,   FPU_NONE,        NULL},
   {"arm1176jzf-s",     ARM_ARCH_V6ZK,   FPU_ARCH_VFP_V2, NULL},
+  {"cortex-a5",                ARM_ARCH_V7A,    FPU_NONE,        NULL},
   {"cortex-a8",                ARM_ARCH_V7A,    ARM_FEATURE (0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),
                                                           NULL},
index 1d2c585b7eeb001c8ad63ec7ca5d98a1c8e7985a..2f4bf853bb27c90650ab902c95a5d84d7659348e 100644 (file)
@@ -112,6 +112,7 @@ recognized:
 @code{arm1176jzf-s},
 @code{mpcore},
 @code{mpcorenovfp},
+@code{cortex-a5},
 @code{cortex-a8},
 @code{cortex-a9},
 @code{cortex-r4},