2013-06-19 Greta Yorsh <Greta.Yorsh@arm.com>

* config/tc-arm.c (arm_cpus): Add support for Cortex-A12.
This commit is contained in:
Kyrylo Tkachov 2013-06-19 13:26:04 +00:00
parent 9bdd063664
commit 63a4bc21e4
2 changed files with 7 additions and 0 deletions

View 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)

View 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"),