Hi Christian,
Sorry for the delay.
On 14/09/15 11:47, Christian Bruel wrote:
This patch defines and uses accessors for the current fpu type fields,
based on switchable arm_fpu_index rather than defuncted arm_fpu_desc.
Christian
+ if (TARGET_SOFT_FLOAT)
+arm_fpu_attr = FPU_NONE;
+ else
On September 14, 2015 12:47:23 PM GMT+02:00, Christian Bruel
wrote:
>This patch defines and uses accessors for the current fpu type fields,
>based on switchable arm_fpu_index rather than defuncted arm_fpu_desc.
* config/arm/arm.c (arm_fpu_desc): Remove.
(all_fpus): Make global.