fpc/compiler/systems
yury a0d6873331 * android: Android versions prior to 4.1 do not support recursive dlopen() calls.
Therefore if a shared library is loaded by JVM ( using dlopen() ),
          it is not possible to use dlopen() in a units initialization code -
          dlopen() simply hangs.
          To workaround this issue, if a library exports JNI_OnLoad(), then
          no unit initialization is performed during library load.
          The initialization is called when JVM has loaded the library and calls
          JNI_OnLoad().

git-svn-id: trunk@34406 -
2016-09-01 23:22:41 +00:00
..
i_aix.pas
i_amiga.pas
i_android.pas
i_aros.pas
i_atari.pas
i_beos.pas
i_bsd.pas
i_embed.pas
i_emx.pas
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_jvm.pas
i_linux.pas
i_macos.pas
i_morph.pas
i_msdos.pas
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas
i_os2.pas
i_palmos.pas
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas
i_win.pas
mac_crea.txt
t_aix.pas
t_amiga.pas
t_android.pas * android: Android versions prior to 4.1 do not support recursive dlopen() calls. 2016-09-01 23:22:41 +00:00
t_aros.pas
t_atari.pas
t_beos.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
t_bsd.pas
t_embed.pas Added support for NRF52832 controllers. 2016-07-22 10:01:10 +00:00
t_emx.pas
t_gba.pas
t_go32v2.pas
t_haiku.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
t_jvm.pas
t_linux.pas + search /usr/lib/powerpc-linux-gnu for powerpc startup files 2016-08-22 10:01:47 +00:00
t_macos.pas
t_morph.pas
t_msdos.pas
t_nativent.pas
t_nds.pas
t_nwl.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
t_nwm.pas - removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol(): 2016-08-05 07:09:16 +00:00
t_os2.pas
t_palmos.pas
t_sunos.pas
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
t_win.pas + add and use sysinit unit for Win64 (only one since we don't support cygwin and gprof there) 2016-08-13 19:10:27 +00:00