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 * Use threadvar for the module name buffer to be thread-safe. 2015-01-06 11:20:20 +00:00
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc * android: Use ICU to get timezone information if running on an Android version where libc does not implement timezone. 2016-08-19 14:57:02 +00:00
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 * android: 2016-08-19 20:21:52 +00:00
unixandroid.inc * android: Added API level check for known old versions without timezone implementation in libc. 2016-08-19 16:37:13 +00:00