aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJiong Wang <jiong.wang@arm.com>2015-02-11 10:54:50 +0000
committerJiong Wang <jiong.wang@arm.com>2015-02-11 10:54:50 +0000
commitb19f47add047bd9bf102088530e28c2af38393cc (patch)
tree2d4aff45100840ead4b36e501bcdc8d3ffed9657 /gas
parent55172d69d08941ecb3bb1abd640f22abca10de47 (diff)
downloadbinutils-b19f47add047bd9bf102088530e28c2af38393cc.zip
binutils-b19f47add047bd9bf102088530e28c2af38393cc.tar.gz
binutils-b19f47add047bd9bf102088530e28c2af38393cc.tar.bz2
[ARM] Add support for Cortex-A72
2015-02-11 Matthew Wahab <matthew.wahab@arm.com> * config/tc-arm.c: Add support for Cortex-A72.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-arm.c2
2 files changed, 6 insertions, 0 deletions
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"),