[ARM] Add support for Cortex-A72
authorJiong Wang <jiong.wang@arm.com>
Wed, 11 Feb 2015 10:54:50 +0000 (10:54 +0000)
committerJiong Wang <jiong.wang@arm.com>
Wed, 11 Feb 2015 10:54:50 +0000 (10:54 +0000)
2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>

* config/tc-arm.c: Add support for Cortex-A72.

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

index c2b5e63a9e953ce657656a53dc3f4c1f0f3252d6..b3dc4b3fa0e2f1ece3aa62159bbdfd228245f4e3 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * config/tc-arm.c: Add support for Cortex-A72.
+
 2015-02-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
index d7b51879b17cedb09a6fe6c24d1c3077dce43513..08155ac783e4ac46a492a1cfac216e57380e2442 100644 (file)
@@ -24450,6 +24450,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
                                                                  "Cortex-A53"),
   ARM_CPU_OPT ("cortex-a57",    ARM_ARCH_V8A,    FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
                                                                  "Cortex-A57"),
+  ARM_CPU_OPT ("cortex-a72",    ARM_ARCH_V8A,    FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
+                                                                 "Cortex-A72"),
   ARM_CPU_OPT ("cortex-r4",    ARM_ARCH_V7R,    FPU_NONE,        "Cortex-R4"),
   ARM_CPU_OPT ("cortex-r4f",   ARM_ARCH_V7R,    FPU_ARCH_VFP_V3D16,
                                                                  "Cortex-R4F"),
This page took 0.033595 seconds and 4 git commands to generate.