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 * minor changes to the startup code: use exit_group syscall to exit, minor cleanup 2010-10-29 19:58:51 +00:00
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 Startup files fixes for ppc/ppc64 2010-10-22 23:19:23 +00:00
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 - Revert micro-exe mode for now. 2010-10-15 16:49:48 +00:00
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 * update linux syscall numbers (merge powerpc64 to powerpc) 2008-11-15 15:42:12 +00:00