mirror of https://github.com/ARMmbed/mbed-os.git
For ARMC6, CMSIS headers were checking the `__ARM_PCS_VFP`, which indicates hardfp ABI in use, when they need to check whether FP code generation is enabled. Change this to `__ARM_FP`, so it works for platforms using softfp ABI. Change already present in CMSIS_5 repo, via commit 969822ae162539d50617d1e5a3634ee2fd3b60f6, but redone with local search-and-replace. |
||
---|---|---|
.. | ||
cmsis_armcc.h | ||
cmsis_armclang.h | ||
cmsis_compiler.h | ||
cmsis_cp15.h | ||
cmsis_gcc.h | ||
cmsis_iccarm.h | ||
core_ca.h | ||
irq_ctrl.h | ||
irq_ctrl_gic.c |