fpc/rtl/linux/x86_64
2012-08-09 07:34:49 +00:00
..
bsyscall.inc * remove $Log 2005-06-07 09:47:55 +00:00
cprt0.as * Fixed register rsi being overwritten. It is used to pass argc into libc_start_main. 2012-08-09 07:34:49 +00:00
dllprt0.as * Fixed label name in .globl and .type directives, was causing every library to contain an unwanted dynamic reference to "_start". 2012-07-10 17:12:34 +00:00
gprt0.as * Fixed register rsi being overwritten. It is used to pass argc into libc_start_main. 2012-08-09 07:34:49 +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 + initial implementation for x86_64, problem currently the usage of .section to create the necessary note section 2006-11-26 14:44:00 +00:00
si_prc.inc 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
sighnd.inc - Revert micro-exe mode for now. 2010-10-15 16:49:48 +00:00
sighndh.inc * remove $Log 2005-06-07 09:47:55 +00:00
stat.inc * add comment about stat.h source 2007-07-11 21:10:27 +00:00
syscall.inc * Set errno using a call to seterrno, like it is done for i386 target. This removes most of assembler code together with PIC hacks and makes this part independent of threadvar implementation details. 2012-08-09 06:34:00 +00:00
syscallh.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysnr.inc * fix linux syscall numbers naming consistency (fixes x86_64 unit linux build) 2008-11-17 21:46:34 +00:00