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:
parent
313cc8ff7c
commit
20e1774582
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user