[ARM] Add support for Cortex-A72
2015-02-11 Matthew Wahab <matthew.wahab@arm.com> * config/tc-arm.c: Add support for Cortex-A72.
This commit is contained in:
parent
55172d69d0
commit
b19f47add0
@ -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
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user