2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@40468 -
florian 6 жил өмнө
parent
commit
32121de8ae

+ 2 - 0
rtl/linux/i386/si_prc.inc

@@ -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