mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:29:18 +02:00
* 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:
parent
8846041b23
commit
32121de8ae
@ -102,7 +102,9 @@ asm
|
|||||||
movl %esp,initialstkptr
|
movl %esp,initialstkptr
|
||||||
{$endif FPC_PIC}
|
{$endif FPC_PIC}
|
||||||
|
|
||||||
|
{$if FPC_FULLVERSION>30200}
|
||||||
call InitTLS
|
call InitTLS
|
||||||
|
{$endif FPC_FULLVERSION>30200}
|
||||||
|
|
||||||
xorl %ebp,%ebp
|
xorl %ebp,%ebp
|
||||||
call PASCALMAIN
|
call PASCALMAIN
|
||||||
|
Loading…
Reference in New Issue
Block a user