fpc/rtl/linux/mips
2014-02-08 21:06:30 +00:00
..
bsyscall.inc * MIPS fppipe(): added error handling, and fixed parameter location (assembler procedures should not modify initial location of parameters, but one of MIPS code generator hacks copies parameters to stack. That hack is subject to remove). 2013-02-13 18:01:12 +00:00
cprt0.as + MIPS: added profiling support 2013-03-21 13:40:50 +00:00
dllprt0.as * Frame size on MIPS must be divisible by 8, thanks to Vsevolod Alekseyev for spotting this. 2014-02-08 21:06:30 +00:00
gprt0.as + MIPS: added profiling support 2013-03-21 13:40:50 +00:00
prt0.as * Forgotten delay slot was causing exit code loss in most library-related tests. 2013-03-16 20:01:33 +00:00
sighnd.inc + MIPS: In PIC mode, set $t9 to correct value before exiting SignalToRunError, without it any subsequent access to global variable will repeatedly crash. 2013-01-31 21:44:06 +00:00
sighndh.inc
stat.inc
syscall.inc * Fix commit 23220, by moving declaration from syscallh.inc to syscall.inc 2012-12-25 22:54:49 +00:00
syscallh.inc * updated address of FSF (mantis #24646, patch by Alexey Svistunov) 2013-06-27 14:01:18 +00:00
sysnr.inc