From 4347085ad3e84bdc1f91e7121cedf3e79a9467fb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 23 Dec 2014 13:41:13 +0000 Subject: This patch add support for cpu marvell-whitney. * gas/config/tc-arm.c (arm_cpus): Add core marvell-whitney. --- gas/ChangeLog | 4 ++++ gas/config/tc-arm.c | 3 +++ 2 files changed, 7 insertions(+) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index b628378..0df23d9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Xingxing Pan + + * gas/config/tc-arm.c (arm_cpus): Add core marvell-whitney. + 2014-12-23 Nick Clifton * po/fr.po: Updated French translation. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 412e8ab..afeff3c 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -24460,6 +24460,9 @@ static const struct arm_cpu_option_table arm_cpus[] = /* Marvell processors. */ ARM_CPU_OPT ("marvell-pj4", ARM_FEATURE (ARM_AEXT_V7A | ARM_EXT_MP | ARM_EXT_SEC, 0), FPU_ARCH_VFP_V3D16, NULL), + ARM_CPU_OPT ("marvell-whitney", ARM_FEATURE (ARM_AEXT_V7A | ARM_EXT_MP + | ARM_EXT_SEC, 0), + FPU_ARCH_NEON_VFP_V4, NULL), { NULL, 0, ARM_ARCH_NONE, ARM_ARCH_NONE, NULL } }; -- cgit v1.1