summaryrefslogtreecommitdiff
path: root/rtl/linux/arm
Commit message (Expand)AuthorAgeFilesLines
* * fix compilation for CPUs without thumbflorian2021-02-231-1/+7
* * arm-linux: sighnd.inc must check for CPUTHUMB and CPUTHUMB2florian2021-02-131-6/+6
* * another FPC_VERSION => FPC_FULLVERSIOn fixflorian2021-02-101-1/+4
* * FPC_VERSION => FPC_FULLVERSIONflorian2021-02-081-2/+2
* * fixed comments in sysnr.inc filesflorian2020-11-151-1/+0
* arm-linux: enable epoll_pwait syscall number. this fixes the ARM Linux build ...karoly2020-04-101-1/+1
* * many syscallh header files had GPL license instead of modified. I owned th...marco2020-01-171-16/+8
* * updated linux syscall numbersflorian2020-01-021-0/+68
* * improved software floating point exception handling in the rtlflorian2019-10-101-0/+1
* + support for arm attributesflorian2019-10-091-1/+1
* Fix compilation with release 3.0.4 ppcarmpierre2019-06-051-0/+8
* * properly return from the signal handler on ARM/Linux instead of callingjonas2019-06-021-3/+55
* + abi tag for i386florian2018-12-025-60/+32
* Fix arm-android compilation by prepending syscall_nr_ prefix also to __ARM_N...pierre2018-11-131-5/+5
* * basic implementation for pure pascal programs to allocate tls spaceflorian2018-11-072-1/+5
* * 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
* tabs to spaces. no functional changeskaroly2017-12-121-94/+94
* * updated FSF address (mantis #30198, patch by Paul Gevers)jonas2016-10-021-2/+2
* arm-linux: new gprt0 based on cprt0, plus gmon initialization, so profiling o...karoly2014-09-141-58/+115
* * insert it statements for arm thumb2 in syscall assembler proceduresflorian2013-08-231-0/+4
* * updated address of FSF (mantis #24646, patch by Alexey Svistunov)jonas2013-06-273-5/+6
* * fix parameter handling in FPC_SYSCALL4 to FPC_SYSCALL6florian2013-04-071-13/+22
* * load exit code in _haltproc for thumbflorian2013-04-071-0/+3
* + linux syscalls for arm thumbflorian2013-03-241-0/+195
* + in_edsp_test is only available if FPC_SYSTEM_FPC_MOVE is definedflorian2013-03-241-0/+2
* + arm-linux startup code for thumbflorian2013-03-241-1/+44
* Add a couple of ARM Linux syscallsmasta2012-07-221-0/+5
* Fix shared library loading and unloading for Linux platforms. Shared library ...tom_at_work2011-09-082-9/+42
* * fix compilation of dllprt0.as for older arm assemblers without push supportflorian2011-04-051-1/+1
* Fixed argc/argv/envp for arm/linux shared libraries. They are by default in r...tom_at_work2011-02-271-15/+8
* Correctly return to caller in ARM/Linux shared library startup code instead o...tom_at_work2011-02-231-18/+25
* Set up environment variables and call Pascal initialization in arm/linux shar...tom_at_work2011-02-221-1/+33
* - Revert micro-exe mode for now.daniel2010-10-151-38/+12
* + If no unit is used, no symbol inside the system unit is used,daniel2010-10-101-12/+38
* - Remove unused variable fpustate.daniel2010-10-101-1/+1
* * replaced the "quick exit" instruction sequences from the syscall variantsjonas2010-10-011-9/+6
* * minimal implementation by Benjamin 'BeRo' Rosseaux florian2010-06-271-0/+34
* * tabs by spaces replacedflorian2010-06-271-3/+3
* * Patch from Henry Vermaak to fix EABI kernel API for arm.michael2009-08-201-3/+22
* * remove the RTL's installed signal handlers at the end of the systemjonas2009-05-021-1/+5
* * use different haltproc for arm-linux-eabi, this should be cleaned up by usi...florian2009-02-273-2/+28
* * mark produced object files as "does not require executable stack" byjonas2008-12-124-0/+7
* * fix linux syscall numbers naming consistency #2 (overlooked some)micha2008-11-171-1/+1
* * fix linux syscall numbers naming consistency (fixes x86_64 unit linux build)micha2008-11-171-102/+102
* * keep stack aligned at 8 byte boundary inside the startup codeflorian2008-10-183-1/+8
* + arm linux syscalls updatedflorian2008-10-181-0/+94
* * fixed syscall0 for arm eabiflorian2008-10-181-1/+0
* * removed packed, the stat record should be c packedflorian2008-10-181-20/+21
* * Fixed comments for EABI syscalls.yury2008-06-051-6/+6