fpc/rtl/android
yury 2ae3ce79bb * ARM: Never use the "BLX label" instruction. Use "BL label" instead.
The linker will always change BL to BLX if necessary, but not vice versa (linker version dependent).
  "BLX label" ALWAYS changes the instruction set. It changes a processor in ARM state to Thumb state,
  or a processor in Thumb state to ARM state.

git-svn-id: trunk@36086 -
2017-05-04 15:55:55 +00:00
..
arm * ARM: Never use the "BLX label" instruction. Use "BL label" instead. 2017-05-04 15:55:55 +00:00
i386 * android: Android versions prior to 4.1 do not support recursive dlopen() calls. 2016-09-01 23:22:41 +00:00
jvm Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
mipsel * android: Android versions prior to 4.1 do not support recursive dlopen() calls. 2016-09-01 23:22:41 +00:00
cwstring.pp * android: Use proper code page when calling a fallback implementation. 2017-03-09 22:14:38 +00:00
dlandroid.inc
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc
sysandroid.inc * android: Android versions prior to 4.1 do not support recursive dlopen() calls. 2016-09-01 23:22:41 +00:00
sysandroidh.inc
unixandroid.inc