diff options
author | James Greenhalgh <james.greenhalgh@arm.com> | 2015-11-12 12:04:22 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-11-12 12:04:22 +0000 |
commit | 9c352f1c234efabd0e60a0927ae3f25009e4932b (patch) | |
tree | 08fa9a1b0ea2cd8ac27f0a9f34a536437904dcfd /gas/ChangeLog | |
parent | 8915a9b7e86881dd3f658e851983b532c64e3b5c (diff) | |
download | gdb-9c352f1c234efabd0e60a0927ae3f25009e4932b.zip gdb-9c352f1c234efabd0e60a0927ae3f25009e4932b.tar.gz gdb-9c352f1c234efabd0e60a0927ae3f25009e4932b.tar.bz2 |
[AArch64] Add support for Cortex-A35
This patch adds support to the AArch64 back-end for the Cortex-A35
processor, as recently announced by ARM. The ARM Cortex-A35 provides
full support for the ARMv8-A architecture, including the CRC extension,
with optional Advanced-SIMD and Floating-Point support. We therefore set
feature flags for this CPU to AARCH64_ARCH_V8 and AARCH64_FEATURE_CRC, in
the same fashion as Cortex-A53 and Cortex-A57.
Tested in a cross environment for AArch64 with no issues.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 04f934c..5bbb713 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2015-11-12 James Greenhalgh <james.greenhalgh@arm.com> + * config/tc-aarch64.c (aarch64_cpus): Add cortex-a35. + * doc/c-aarch64.texi (-mcpu=): Likewise. + +2015-11-12 James Greenhalgh <james.greenhalgh@arm.com> + * config/tc-arm.c (arm_cpus): Likewise. * doc/c-arm.texi (-mcpu=): Likewise. |