fpc/rtl/arm
Jonas Maebe fbebd87593 * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6
and above, so this also works when calling thumb code (should actually
    also be done for ARMv5T, but we don't have a monicker for that yet)
  * use BX instead of "mov r15, r14" for simple returns from subroutines
    on ARMv6+ to support returning to thumb code from ARM code (idem)

git-svn-id: trunk@14332 -
2009-12-04 22:38:50 +00:00
..
arm.inc * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 2009-12-04 22:38:50 +00:00
divide.inc * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 2009-12-04 22:38:50 +00:00
int64p.inc * fix int64 multiplication on armeb 2008-03-08 13:02:51 +00:00
makefile.cpu
math.inc o added ARM VPFv2/VFPv3 support: 2009-12-03 22:46:30 +00:00
mathu.inc * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 2009-12-04 22:38:50 +00:00
mathuh.inc * fpa exception masking fixed 2007-01-17 15:52:36 +00:00
set.inc
setjump.inc * use BLX instead of "mov r14, r15; mov r15, reg" for a_call_reg on ARMv6 2009-12-04 22:38:50 +00:00
setjumph.inc o added ARM VPFv2/VFPv3 support: 2009-12-03 22:46:30 +00:00
strings.inc
stringss.inc
thumb2.inc * merged armthum branch 2009-10-04 09:03:44 +00:00