fpc/rtl/linux/x86_64
2012-08-09 07:34:49 +00:00
..
bsyscall.inc
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
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
stat.inc
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
sysnr.inc