From 63a4bc21e480fd4d0895cf6f6c82f8d123d39b7e Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Wed, 19 Jun 2013 13:26:04 +0000 Subject: [PATCH] 2013-06-19 Greta Yorsh * config/tc-arm.c (arm_cpus): Add support for Cortex-A12. --- gas/ChangeLog | 4 ++++ gas/config/tc-arm.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index a50bfef04a3..a17cbe60087 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-06-19 Greta Yorsh + + * config/tc-arm.c (arm_cpus): Add support for Cortex-A12. + 2013-06-18 Richard Sandiford * config/tc-mips.c (md_shortopts, options, md_longopts) diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 3a34a5f872e..b327a1b5289 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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"), -- 2.30.2