fpc/rtl/linux/powerpc64
Jonas Maebe 82d92dbf50 * call seterrno instead of manually handling the setting setting the errno
threadvar (and having to deal with differences between the ELFv1 and ELFv2
    ABIs regarding indirect function calls, + future ability to have the
    compiler generate PIC for those routines)
   o includes workaround for lack of linkage area size allocation in current
     released PPC64 versions, remove after 3.0.2 has been released

git-svn-id: trunk@30213 -
2015-03-14 18:36:17 +00:00
..
bsyscall.inc
cprt0.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
prt0.as Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. 2011-09-08 21:17:35 +00:00
si_c.inc * switched Linux/PowerPC64 to Pascal startup code so that we can used ifdefs 2015-03-14 18:36:08 +00:00
si_dll.inc * switched Linux/PowerPC64 to Pascal startup code so that we can used ifdefs 2015-03-14 18:36:08 +00:00
si_g.inc * switched Linux/PowerPC64 to Pascal startup code so that we can used ifdefs 2015-03-14 18:36:08 +00:00
si_prc.inc * switched Linux/PowerPC64 to Pascal startup code so that we can used ifdefs 2015-03-14 18:36:08 +00:00
sighnd.inc
sighndh.inc
stat.inc
syscall.inc * call seterrno instead of manually handling the setting setting the errno 2015-03-14 18:36:17 +00:00
syscallh.inc * Fix commit 23220, by moving declaration from syscallh.inc to syscall.inc 2012-12-25 22:54:49 +00:00
sysnr.inc