This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ARM][gas][2.25] Backport support for Cortex-A72


This patch backports to binutils-2.25 support for the Cortex-A72 in the ARM backend.

The trunk change is here: https://sourceware.org/ml/binutils/2015-02/msg00026.html. The commit log is here: https://sourceware.org/ml/binutils-cvs/2015-02/msg00088.html

Tested check-gas with arm-none-linux-gnueabihf, no failures.

Ok for the branch?
Matthew

binutils/gas
2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>

	* config/tc-arm.c: Add support for Cortex-A72.
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 2db6c2d..0a42401 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -24408,6 +24408,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"),

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]