Add support for Cortex-A35

2015-11-12  James Greenhalgh  <james.greenhalgh@arm.com>

	* config/tc-arm.c (arm_cpus): Likewise.
	* doc/c-arm.texi (-mcpu=): Likewise.
This commit is contained in:
Ramana Radhakrishnan 2015-11-12 11:12:53 +00:00
parent 582cfe03cb
commit 43cdc0a8fb
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-11-12 James Greenhalgh <james.greenhalgh@arm.com>
* config/tc-arm.c (arm_cpus): Likewise.
* doc/c-arm.texi (-mcpu=): Likewise.
2015-11-11 Matthew Wahab <matthew.wahab@arm.com>
PR gas/19217

View File

@ -24711,6 +24711,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
"Cortex-A15"),
ARM_CPU_OPT ("cortex-a17", ARM_ARCH_V7VE, FPU_ARCH_NEON_VFP_V4,
"Cortex-A17"),
ARM_CPU_OPT ("cortex-a35", ARM_ARCH_V8A, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
"Cortex-A35"),
ARM_CPU_OPT ("cortex-a53", ARM_ARCH_V8A, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
"Cortex-A53"),
ARM_CPU_OPT ("cortex-a57", ARM_ARCH_V8A, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,

View File

@ -119,6 +119,7 @@ recognized:
@code{cortex-a8},
@code{cortex-a9},
@code{cortex-a15},
@code{cortex-a35},
@code{cortex-a53},
@code{cortex-a57},
@code{cortex-a72},