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/binutils-2_25-branch] [ARM][2.25] Backport support for Cortex-A72


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

commit 8093a8badc803b9865b0505490e479e3beb018dd
Author: Matthew Wahab <matthew.wahab@arm.com>
Date:   Wed Mar 11 13:53:08 2015 +0000

    [ARM][2.25] Backport support for Cortex-A72
    
    2015-03-11  Matthew Wahab  <matthew.wahab@arm.com>
    
    gas/
      * 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 11167b0..6058462 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-11  Matthew Wahab  <matthew.wahab@arm.com>
+
+	* config/tc-arm.c: Add support for Cortex-A72.
+
 2015-02-11  Alan Modra  <amodra@gmail.com>
 
 	Apply from master.
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]