In this patch, I am going to add "softvfp" to supported ARM FPU names.
Note: The "softvfp" is a FPU target which will not generate any build
attributes.
Differential D2413
[arm] Add softvfp to supported FPU names. logan on Dec 15 2013, 9:01 AM. Authored by
Details
In this patch, I am going to add "softvfp" to supported ARM FPU names. Note: The "softvfp" is a FPU target which will not generate any build
Diff Detail Event TimelineComment Actions According to the "Addenda to the ABI for the ARM architecture", the default value for Tag_FP_arch is not allowed, which means that the generated object should not use VFP instructions. Thus, I think it is OK to omit this build attribute. BTW, I am not very sure for the situation for Tag_DIV_use. It seems that Tag_DIV_use is not related to softvfp. The latest GNU assembler does not emit this build attribute, but the older version did so. Should I add this attribute for softvfp? Thanks. Comment Actions Hello Logan, Renato Sorry for the late reply, I have been away for holidays.
Assuming that this makes llvm compatible with gcc vis Tag_ABI_VFP_args then I see nothing wrong. |