summaryrefslogtreecommitdiff
path: root/rtl/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* Also set __stkptr inside cprt0.as startup assembly sourcepierre2021-01-192-0/+6
* * updated linux syscall numbersflorian2020-01-021-372/+475
* * Android: The list of supported syscalls has been auto-generated directly fr...yury2018-09-111-0/+4
* linux: an attempt to clean up and fix syscall calling conventions for ftrunca...karoly2017-12-121-3/+0
* * updated FSF address (mantis #30198, patch by Paul Gevers)jonas2016-10-021-2/+2
* * Pass exitcode correctly down to __libc_start_main in _haltprocpierre2016-08-091-1/+4
* - MIPS: forward declaration of fpc_threadvar_relocate_proc is not needed.sergei2014-11-221-5/+0
* * Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incom...sergei2014-03-201-6/+2
* * Frame size on MIPS must be divisible by 8, thanks to Vsevolod Alekseyev for...sergei2014-02-081-2/+2
* - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe...sergei2013-10-101-3/+1
* * updated address of FSF (mantis #24646, patch by Alexey Svistunov)jonas2013-06-271-1/+2
* + MIPS: added profiling supportsergei2013-03-212-8/+76
* * Forgotten delay slot was causing exit code loss in most library-related tests.sergei2013-03-161-0/+1
* MIPS startup code:sergei2013-03-151-41/+42
* * MIPS fppipe(): added error handling, and fixed parameter location (assemble...sergei2013-02-131-4/+17
* * More changes to better obey ABI rulespierre2013-02-101-14/+26
* Correct code for shared library startpierre2013-02-011-51/+72
* + MIPS: In PIC mode, set $t9 to correct value before exiting SignalToRunError...sergei2013-01-311-2/+6
* Try to convert dllprt0.as code to PICpierre2013-01-181-1/+125
* * 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
* * mips-linux: call SetErrno in order to remove dependence on threadvar implem...sergei2012-12-211-160/+16
* Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in ...pierre2012-07-121-1/+1
* + Add missing implementation of pipe syscallpierre2012-07-111-3/+13
* Reset FPU exceptions and retrun after changing sigc_pc value if UContext is ...pierre2012-07-101-0/+16
* Third field of SignalToRunError must be PUContext typepierre2012-07-102-6/+38
* Integer Overflow signal must be mapped to error 215, not 205, which is for f...pierre2012-07-061-1/+1
* First version working to link with shared c librarypierre2012-07-051-1/+149
* * Use to call PASCALMAIN to allow linking with PIC Codepierre2012-07-051-1/+3
* * Try to adapt sigcontext record to MIPS linux systempierre2012-06-262-21/+35
* + Use SigContext sigc_sp and sigc_pc fields for HandleErrorAdrFrame parameterspierre2012-06-251-1/+18
* + Set __stkptr valuepierre2012-06-251-0/+2
* * Use include prt0.as for cprt0, gprt0 and dllprt0 as filespierre2012-06-203-0/+3
* * Fix wrong .size for _synamic_startpierre2012-06-201-1/+1
* * Move incorrect delay slot instruction before jump instructionpierre2012-06-171-1/+1
* Merge of 21562 by Foxsen, adapted to work for different ABIspierre2012-06-141-25/+22
* Stat record matching closer system include filepierre2012-06-071-10/+23
* * Patch from Fuxin Zhangpierre2012-06-071-79/+19
* * padding correctedflorian2012-05-291-12/+2
* * fix mips(el) stat recordflorian2012-05-281-25/+29
* * fixes _haltproc, Hello world works on mipselflorian2012-04-291-2/+0
* * started to fix simple mips syscallsflorian2012-02-121-181/+15
* * updated MIPS code so the compiler gets through the system unitflorian2012-02-051-13/+2
* * started to fix the mips(el) linux rtlflorian2012-02-044-16/+16
* * put generic mips code into mips dirflorian2012-02-041-68/+81
* Fix shared library loading and unloading for Linux platforms. Shared library ...tom_at_work2011-09-081-0/+10
* - Revert micro-exe mode for now.daniel2010-10-151-41/+15
* + If no unit is used, no symbol inside the system unit is used,daniel2010-10-101-15/+41
* * several mips/mipsel related stuff fixedflorian2009-11-272-1/+93
* + system unit part of David Zhang's MIPS portflorian2009-11-247-0/+1203