mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 19:09:39 +01:00
* Fix linking problems
git-svn-id: trunk@19370 -
This commit is contained in:
parent
dbd3df9ddf
commit
3a4831d924
@ -108,7 +108,7 @@ ___start:
|
|||||||
# pushl 8(%ebp)
|
# pushl 8(%ebp)
|
||||||
finit
|
finit
|
||||||
fwait
|
fwait
|
||||||
fldcw __fpucw
|
fldcw ___fpucw
|
||||||
xorl %ebp,%ebp
|
xorl %ebp,%ebp
|
||||||
call main
|
call main
|
||||||
# pushl %eax
|
# pushl %eax
|
||||||
@ -169,3 +169,7 @@ _strrchr:
|
|||||||
.size _strrchr , . - _strrchr
|
.size _strrchr , . - _strrchr
|
||||||
.comm environ,4,4
|
.comm environ,4,4
|
||||||
.comm __progname_storage,256,32
|
.comm __progname_storage,256,32
|
||||||
|
.comm operatingsystem_parameter_envp,4,4
|
||||||
|
.comm operatingsystem_parameter_argc,4,4
|
||||||
|
.comm operatingsystem_parameter_argv,4,4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user