summaryrefslogtreecommitdiff
path: root/rtl/linux/sparc
Commit message (Expand)AuthorAgeFilesLines
* * floating point division by zero should throw run time error 208, fixedflorian2020-08-031-1/+1
* Fix error in assembly startup code for sparc linuxpierre2020-07-231-1/+1
* * many syscallh header files had GPL license instead of modified. I owned th...marco2020-01-171-16/+8
* * move sysnr.inc to a rtl/linux/sparcgen dirflorian2017-06-031-338/+0
* + .so startup code for sparc-linux.sergei2014-03-311-0/+68
* + SPARC: support finalization routine supplied by dynamic linker.sergei2013-12-261-9/+44
* - SPARC RTL: removed assembler PIC/threadvar hacks.sergei2013-12-221-295/+8
* * updated address of FSF (mantis #24646, patch by Alexey Svistunov)jonas2013-06-272-3/+4
* * Fix commit 23220, by moving declaration from syscallh.inc to syscall.incpierre2012-12-252-5/+5
* Try to fix simply the fpc_threadvar_relocate_proc problempierre2012-12-241-0/+6
* Fix PIC instruction for syscallspierre2012-09-281-40/+40
* Add PIC codepierre2012-09-281-0/+29
* Add PIC specific codepierre2012-09-271-1/+19
* + add support for unlimited PIC modepierre2012-09-271-0/+162
* Adapt TSigContext to structure found by debuggingpierre2012-09-271-19/+32
* Adapt TSigContext to structure found by debuggingpierre2012-09-271-13/+44
* Integer Overflow signal must be mapped to error 215, not 205, which is for f...pierre2012-07-061-1/+1
* syscall 280 is __NR_tee for sparc CPUpierre2012-04-181-1/+1
* + added missing syscalls so sparc-linux rtl compiles againflorian2011-12-091-3/+3
* Fix shared library loading and unloading for Linux platforms. Shared library ...tom_at_work2011-09-081-2/+15
* * added syscall_nr_futex = 142 for sparc architectureivost2011-02-241-0/+1
* - Revert micro-exe mode for now.daniel2010-10-151-44/+16
* + If no unit is used, no symbol inside the system unit is used,daniel2010-10-101-16/+44
* * 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-1/+32
* * More deprecated.marco2007-06-031-31/+31
* * fixed fpu rte code for invalid, inexact and "subscript out of range"jonas2007-05-251-5/+0
* * fixed multi-thread case of FPC_SYSCALL3 (all others were already correct)jonas2007-05-251-6/+5
* * exit -> exit_group to exit so unterminated threads are killed toojonas2007-05-253-3/+3
* * fixed program exitcode after change of operatingsystem_result fromjonas2007-05-253-9/+0
* * another sparc/linux fix for stat (record must NOT be packed, orjonas2007-05-241-1/+4
* * fixed another bloody stat record issueflorian2007-04-051-0/+1
* * Handle FPC_USE_LIBC case for Sparc too.daniel2007-03-231-5/+26
* * Make sparc/linux stat structure backward compatible too.daniel2007-03-231-20/+42
* * Linux 64-bit FS patch from neli for FPC_USE_LIBCmarco2007-02-161-0/+31
* * stat records differ too much: use stat include filemicha2006-10-311-44/+21
* + added missing syscalls from Mark Morgan Lloydjonas2006-08-031-4/+4
* * syscalls regenerated by Neli.marco2006-02-121-0/+28
* * add initialstkptr to get the stackpointer at startup beforepeter2006-01-123-2/+19
* * fixed sparc buildingflorian2005-12-271-11/+0
* + runerror 214: bus error/data misaligmentflorian2005-10-031-1/+5
* * remove $Logpeter2005-06-0711-140/+4
* * log and id tags removedfpc2005-05-217-8/+1
* initial importfpc2005-05-1611-0/+1248