2008-03-09 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Sun, 9 Mar 2008 15:20:31 +0000 (15:20 +0000)
committerPaul Brook <paul@codesourcery.com>
Sun, 9 Mar 2008 15:20:31 +0000 (15:20 +0000)
gas/
* config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
* doc/c-arm.texi: Add cortex-a9.

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

index 8509e1c988ca5a8533286c882ef133fcd3b72ad3..3fa1aeefb4de86896f93ac5f51bb357ad0b7eb08 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-09  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
+       * doc/c-arm.texi: Add cortex-a9.
+
 2008-03-09  Paul Brook  <paul@codesourcery.com>
 
        * config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
index 59a1d77d552d69844c409b27779da29b6bff9f0c..15367b772ae166e50cb90a1b4b20e63a0eb4dbbf 100644 (file)
@@ -20114,6 +20114,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
   {"cortex-a8",                ARM_ARCH_V7A,    ARM_FEATURE(0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),
                                                           NULL},
+  {"cortex-a9",                ARM_ARCH_V7A,    ARM_FEATURE(0, FPU_VFP_V3
+                                                        | FPU_NEON_EXT_V1),
+                                                          NULL},
   {"cortex-r4",                ARM_ARCH_V7R,    FPU_NONE,        NULL},
   {"cortex-m3",                ARM_ARCH_V7M,    FPU_NONE,        NULL},
   {"cortex-m1",                ARM_ARCH_V6M,    FPU_NONE,        NULL},
index 2ee29328a87fc62de46b619ad4e28280b8fbbf9a..7ad4a34abb7df982ddfbb4fbf8397544f5c9f83d 100644 (file)
@@ -108,6 +108,7 @@ recognized:
 @code{mpcore},
 @code{mpcorenovfp},
 @code{cortex-a8},
+@code{cortex-a9},
 @code{cortex-r4},
 @code{cortex-m3},
 @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
This page took 0.036964 seconds and 4 git commands to generate.