* do not call InitTLS when a compiler is used which does not include the abi tag section

git-svn-id: trunk@40468 -
This commit is contained in:
florian 2018-12-04 21:25:48 +00:00
parent 8846041b23
commit 32121de8ae

View File

@ -102,7 +102,9 @@ asm
movl %esp,initialstkptr
{$endif FPC_PIC}
{$if FPC_FULLVERSION>30200}
call InitTLS
{$endif FPC_FULLVERSION>30200}
xorl %ebp,%ebp
call PASCALMAIN