mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
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:
parent
582cfe03cb
commit
43cdc0a8fb
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user