This is the mail archive of the binutils-cvs@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]

[binutils-gdb] [ARM] Add support for Cortex-A72


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b19f47add047bd9bf102088530e28c2af38393cc

commit b19f47add047bd9bf102088530e28c2af38393cc
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Wed Feb 11 10:54:50 2015 +0000

    [ARM] Add support for Cortex-A72
    
    2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
    
    	* config/tc-arm.c: Add support for Cortex-A72.

Diff:
---
 gas/ChangeLog       | 4 ++++
 gas/config/tc-arm.c | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index c2b5e63..b3dc4b3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index d7b5187..08155ac 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -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"),


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