* gas/config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
authorMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Thu, 9 Sep 2010 12:08:13 +0000 (12:08 +0000)
committerMatthew Gretton-Dann <matthew.gretton-dann@arm.com>
Thu, 9 Sep 2010 12:08:13 +0000 (12:08 +0000)
* gas/doc/c-arm.texi: Document -mcpu=cortex-a15.

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

index 0eeadbd..c2c7de9 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
+       * doc/c-arm.texi: Document -mcpu=cortex-a15.
+
 2010-09-09  Gunther Nikl  <gnikl@users.sourceforge.net>
 
        * gas/config/tc-m68k.c (tc_gen_reloc): Handle references to defined
index 50df78a..f1ffe9c 100644 (file)
@@ -22331,6 +22331,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
   {"cortex-a9",                ARM_ARCH_V7A,    ARM_FEATURE (0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),
                                                           NULL},
+  {"cortex-a15",       ARM_ARCH_V7A,    FPU_ARCH_NEON_VFP_V4,
+                                                          "Cortex-A15"},
   {"cortex-r4",                ARM_ARCH_V7R,    FPU_NONE,        NULL},
   {"cortex-r4f",       ARM_ARCH_V7R,    FPU_ARCH_VFP_V3D16,      NULL},
   {"cortex-m4",                ARM_ARCH_V7EM,   FPU_NONE,        NULL},
index f6769a8..478ede3 100644 (file)
@@ -115,6 +115,7 @@ recognized:
 @code{cortex-a5},
 @code{cortex-a8},
 @code{cortex-a9},
+@code{cortex-a15},
 @code{cortex-r4},
 @code{cortex-r4f},
 @code{cortex-m3},