fpc/rtl/linux/arm
2011-02-27 17:22:29 +00:00
..
bsyscall.inc * remove $Log 2005-06-07 09:47:55 +00:00
cprt0.as * tabs by spaces replaced 2010-06-27 11:04:27 +00:00
dllprt0.as Fixed argc/argv/envp for arm/linux shared libraries. They are by default in registers a1/a2/a3 as per ABI: the first arguments when calling a method (in this case the FPC_SHARED_LIB_START) are passed via registers, not on the stack. 2011-02-27 17:22:29 +00:00
gprt0.as * use different haltproc for arm-linux-eabi, this should be cleaned up by using also pascal units for the startup code for arm-linux 2009-02-27 15:20:20 +00:00
prt0.as * use different haltproc for arm-linux-eabi, this should be cleaned up by using also pascal units for the startup code for arm-linux 2009-02-27 15:20:20 +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 * removed packed, the stat record should be c packed 2008-10-18 13:48:17 +00:00
syscall.inc * replaced the "quick exit" instruction sequences from the syscall variants 2010-10-01 15:06:57 +00:00
syscallh.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysnr.inc * Patch from Henry Vermaak to fix EABI kernel API for arm. 2009-08-20 08:00:50 +00:00
ucprt0.as * mark produced object files as "does not require executable stack" by 2008-12-12 16:26:25 +00:00