Re: [PATCH 2/4] [ARM] Add attribute/pragma target fpu=

2015-10-05 Thread Kyrill Tkachov
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

Re: [PATCH 2/4] [ARM] Add attribute/pragma target fpu=

2015-09-14 Thread Bernhard Reutner-Fischer
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.