summaryrefslogtreecommitdiff
path: root/rtl/linux/m68k
Commit message (Expand)AuthorAgeFilesLines
* Also set __stkptr inside cprt0.as and dllprt0.as startup assembly sourcespierre2021-01-192-0/+2
* * remove unused fileflorian2020-11-281-100/+0
* * fixed comments in sysnr.inc filesflorian2020-11-151-2/+2
* - removed cvs remainders ($Id$ and $Log$ tags)florian2020-10-163-79/+0
* * check first for x86 exception and only for sse if no x87 exceptions is th...florian2020-10-161-1/+1
* * linux-m68k: depend on FPU defines to compile FPU code, instead of CPU68020....karoly2020-08-152-4/+3
* * floating point division by zero should throw run time error 208, fixedflorian2020-08-031-1/+1
* * changed copyright to Sven since he is the first one with an implementation. marco2020-01-171-1/+1
* * many syscallh header files had GPL license instead of modified. I owned th...marco2020-01-172-31/+16
* Examine all exception bits in m68k fpsr register to decide which into which ...pierre2020-01-101-27/+50
* * updated linux syscall numbersflorian2020-01-021-0/+106
* * remove deprecated parts linux stat records (FPC 1.0 leftovers)marco2018-08-191-24/+2
* linux: an attempt to clean up and fix syscall calling conventions for ftrunca...karoly2017-12-121-3/+2
* * m68k-linux startup code:sergei2014-07-231-0/+2
* * m68k: updated/fixed dllprt0.as, now able to link a shared library.sergei2014-07-091-26/+31
* * m68k: Fixed name of ELF interpreter, and updated cprt0.as to somewhat worki...sergei2014-07-071-55/+64
* * m68k-linux: now actually fixed syscall failure conditions.sergei2014-06-271-7/+7
* * m68k-linux: syscalls are expected to return -1 on failure, not -errno. This...sergei2014-06-271-7/+35
* M68k: Fix passing of environment variables. Fixes the compiler not being able...svenbarth2014-02-231-1/+1
* set errno after syscalls. this fixes tiorte test at least. this code ideally ...karoly2014-02-221-0/+7
* Now that spilling correctly works on m68k we definitely need to store/restore...svenbarth2014-02-161-15/+28
* - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe...sergei2013-10-101-3/+0
* * updated address of FSF (mantis #24646, patch by Alexey Svistunov)jonas2013-06-272-2/+4
* rtl/linux/m68k/prt0.as:svenbarth2012-11-051-7/+12
* Implement SysCall interface for m68k-linux. This is especially useful for tes...svenbarth2012-10-181-0/+42
* Various adjustments to the RTL for m68k:svenbarth2012-10-182-5/+0
* For now completely disable (I)MUL/(I)DIV support for Coldfire and pass throug...svenbarth2012-10-181-0/+2
* rtl/linux/m68k/prt0.as:svenbarth2012-10-181-0/+6
* rtl/m68k/sysnr.inc:svenbarth2012-10-181-4/+4
* - Revert micro-exe mode for now.daniel2010-10-151-47/+18
* + If no unit is used, no symbol inside the system unit is used,daniel2010-10-101-18/+47
* * several fixes by Pierre Pede (parts of his patch to mantis #12492)jonas2009-09-121-3/+6
* * remove the RTL's installed signal handlers at the end of the systemjonas2009-05-021-1/+5
* * update linux syscall numbers (merge powerpc64 to powerpc)micha2008-11-151-253/+101
* * properties setflorian2007-08-025-472/+472
* * Change padding to 2 bytes.daniel2007-03-241-4/+4
* + Restore "stat" data structure in backward compatible statedaniel2007-03-231-20/+41
* * small m68k-linux fixesflorian2006-11-191-16/+77
* * made system unit on m68k-linux compilableflorian2006-11-066-220/+767
* * stat records differ too much: use stat include filemicha2006-10-311-45/+20
* + some files from old fixes branch addedflorian2006-01-316-0/+692
* * blksze to blksizepeter2005-12-251-2/+2
* * remove $Logpeter2005-06-072-11/+0
* * log and id tags removedfpc2005-05-212-3/+1
* initial importfpc2005-05-164-0/+153