[PATCH][ARM] Add Cortex-A17 support to gas

Richard Earnshaw rearnsha@arm.com
Tue Sep 9 08:59:00 GMT 2014


On 09/09/14 09:22, Kyrill Tkachov wrote:
> Hi all,
> 
> This patch adds the cortex-a17 CPU option to gas. As you can see from 
> the patch, Cortex-A17 is an ARMv7ve processor with a neon-vfpv4 FPU.
> 
> Tested arm-none-eabi and made sure that the assembler accepts this option.
> 
> Ok for trunk?
> 
> 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
> 
>      * config/tc-arm.c (arm_cpus): Add cortex-a17.
> 
> 
> arm-gas-a17.patch
> 
> 
> diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
> index 0c28b01..2aaa885 100644
> --- a/gas/config/tc-arm.c
> +++ b/gas/config/tc-arm.c
> @@ -24401,6 +24401,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
>  								  "Cortex-A12"),
>    ARM_CPU_OPT ("cortex-a15",	ARM_ARCH_V7VE,   FPU_ARCH_NEON_VFP_V4,
>  								  "Cortex-A15"),
> +  ARM_CPU_OPT ("cortex-a17",	ARM_ARCH_V7VE,   FPU_ARCH_NEON_VFP_V4,
> +								  "Cortex-A17"),
>    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,
> 

OK.

R.



More information about the Binutils mailing list