2013-06-19 Greta Yorsh <Greta.Yorsh@arm.com>
authorKyrylo Tkachov <ktkachov@sourceware.org>
Wed, 19 Jun 2013 13:26:04 +0000 (13:26 +0000)
committerKyrylo Tkachov <ktkachov@sourceware.org>
Wed, 19 Jun 2013 13:26:04 +0000 (13:26 +0000)
* config/tc-arm.c (arm_cpus): Add support for Cortex-A12.

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

index a50bfef04a33fe30beb6108fbb4fca518542c4ea..a17cbe60087aae98d74515494ac3d1439ac23b7a 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-19  Greta Yorsh  <Greta.Yorsh@arm.com>
+
+       * config/tc-arm.c (arm_cpus): Add support for Cortex-A12.
+
 2013-06-18  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config/tc-mips.c (md_shortopts, options, md_longopts)
index 3a34a5f872eb6385a13365500c399440444e6dbb..b327a1b528992c4e4ebb7deda2fd29922d7fd2b2 100644 (file)
@@ -23967,6 +23967,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
                                                 ARM_FEATURE (0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),
                                                                  "Cortex-A9"),
+  ARM_CPU_OPT ("cortex-a12",   ARM_ARCH_V7A_IDIV_MP_SEC_VIRT,
+                                                FPU_ARCH_NEON_VFP_V4,
+                                                                 "Cortex-A12"),
   ARM_CPU_OPT ("cortex-a15",   ARM_ARCH_V7A_IDIV_MP_SEC_VIRT,
                                                 FPU_ARCH_NEON_VFP_V4,
                                                                  "Cortex-A15"),
This page took 0.037084 seconds and 4 git commands to generate.