mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +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
|
||||
{$endif FPC_PIC}
|
||||
|
||||
{$if FPC_FULLVERSION>30200}
|
||||
call InitTLS
|
||||
{$endif FPC_FULLVERSION>30200}
|
||||
|
||||
xorl %ebp,%ebp
|
||||
call PASCALMAIN
|
||||
|
Loading…
Reference in New Issue
Block a user