Recognise vfpv2 as a value for the ARM .fpu asm directive. Clang generates

these even when building soft floating-point code

Submitted by:	Daisuke Aoyama <aoyama AT peach.ne.jp>
This commit is contained in:
Andrew Turner 2012-12-15 21:12:13 +00:00
parent 2890206e6e
commit 384f99dea7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244274

View File

@ -20107,6 +20107,7 @@ static const struct arm_option_cpu_value_table arm_fpus[] =
{"softvfp", FPU_ARCH_VFP},
{"softvfp+vfp", FPU_ARCH_VFP_V2},
{"vfp", FPU_ARCH_VFP_V2},
{"vfpv2", FPU_ARCH_VFP_V2},
{"vfp9", FPU_ARCH_VFP_V2},
{"vfp3", FPU_ARCH_VFP_V3},
{"vfpv3", FPU_ARCH_VFP_V3},