fpc/rtl/linux/i386
sergei ead8d0c1d4 * Clean up i386-Linux startup code for shared libraries:
* 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 -
2014-02-13 04:54:21 +00:00
..
bsyscall.inc
cprt0.as
cprt21.as
dllprt0.as - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT label, it is a leftover from times when library startup code was erroneously halting owning process on exit. 2013-10-10 13:14:56 +00:00
gprt0.as
gprt21.as
prt0.as
si_c21.inc
si_c21g.inc - Removed duplicate file header 2012-12-21 09:16:23 +00:00
si_c.inc * fixed compilation after introduction of nostackframe checks 2012-10-19 14:43:00 +00:00
si_dll.inc * Clean up i386-Linux startup code for shared libraries: 2014-02-13 04:54:21 +00:00
si_g.inc
si_prc.inc
si_uc.inc
sighnd.inc
sighndh.inc
stat.inc
syscall.inc
syscallh.inc * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
sysnr.inc