mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 21:34:13 +08:00
This patch add support for cpu marvell-whitney.
* gas/config/tc-arm.c (arm_cpus): Add core marvell-whitney.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-12-18 Xingxing Pan <xxingpan@marvell.com>
|
||||||
|
|
||||||
|
* gas/config/tc-arm.c (arm_cpus): Add core marvell-whitney.
|
||||||
|
|
||||||
2014-12-23 Nick Clifton <nickc@redhat.com>
|
2014-12-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/fr.po: Updated French translation.
|
* po/fr.po: Updated French translation.
|
||||||
|
@ -24460,6 +24460,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
|
|||||||
/* Marvell processors. */
|
/* Marvell processors. */
|
||||||
ARM_CPU_OPT ("marvell-pj4", ARM_FEATURE (ARM_AEXT_V7A | ARM_EXT_MP | ARM_EXT_SEC, 0),
|
ARM_CPU_OPT ("marvell-pj4", ARM_FEATURE (ARM_AEXT_V7A | ARM_EXT_MP | ARM_EXT_SEC, 0),
|
||||||
FPU_ARCH_VFP_V3D16, NULL),
|
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 }
|
{ NULL, 0, ARM_ARCH_NONE, ARM_ARCH_NONE, NULL }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user