mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-15 16:46:18 +02:00
![]() * The initialization code is a normal function called by runtime linker, stack layout at process startup is irrelevant. * Stack pointer can be replaced by frame pointer, they are just a few bytes away. * IsLibrary is set to true in fpc_libinitializeunits and therefore assigning it here is redundant. * The exitcode is passed as argument to haltproc, so messing with PIC is not necessary. git-svn-id: trunk@26759 - |
||
---|---|---|
.. | ||
bsyscall.inc | ||
cprt0.as | ||
cprt21.as | ||
dllprt0.as | ||
gprt0.as | ||
gprt21.as | ||
prt0.as | ||
si_c21.inc | ||
si_c21g.inc | ||
si_c.inc | ||
si_dll.inc | ||
si_g.inc | ||
si_prc.inc | ||
si_uc.inc | ||
sighnd.inc | ||
sighndh.inc | ||
stat.inc | ||
syscall.inc | ||
syscallh.inc | ||
sysnr.inc |