fpc/rtl/arm
masta 13e2572140 Remove unnecessary compiler version checks in rtl/arm/arm.inc
The CPUARM_HAS_* flags are never defined in 2.6, so there is no reason
to check for the compiler version.

git-svn-id: trunk@22128 -
2012-08-19 15:51:44 +00:00
..
arm.inc Remove unnecessary compiler version checks in rtl/arm/arm.inc 2012-08-19 15:51:44 +00:00
armdefines.inc * compiler defined cpuflags instead of creating them during system unit compilation 2012-08-15 15:49:11 +00:00
divide.inc Tried to reorganize the ARM define mess in rtl/arm/arm.inc. Instead of requiring to enumerate all possible ARM variants each time a CPU feature is used, add a define of the format CPUARM_HAS_XXX and use that. Note that a better solution would be to properly implement the compiler cpuinfo infrastructure, however that is much more work. 2012-08-14 19:45:03 +00:00
int64p.inc
makefile.cpu
math.inc + support for the ARM hard float EABI on Linux (patch by Peter Green): 2012-03-29 20:50:09 +00:00
mathu.inc Fix ARM FPU Exceptions for WinCE 2012-07-23 22:58:02 +00:00
mathuh.inc
set.inc
setjump.inc * fix setjump for arm<=armv5 with vfp 2012-08-03 22:04:22 +00:00
setjumph.inc + support for the ARM hard float EABI on Linux (patch by Peter Green): 2012-03-29 20:50:09 +00:00
strings.inc ARM assembly versions of strupper and strlower 2012-06-18 16:59:34 +00:00
stringss.inc
thumb2.inc