OSDN Git Service

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 8509e1c..3fa1aee 100644 (file)
@@ -1,5 +1,10 @@
 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.
        (parse_vfp_reg_list, encode_arm_vfp_reg): Use it.
        (arm_option_cpu_value): Add vfpv3-d16, vfpv2 and vfpv3.
index 59a1d77..15367b7 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 2ee2932..7ad4a34 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),