summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* * riscv64-linux: generate PIC for all units as it is required for shared li...florian2021-03-132-2/+2
* + RiscV: initial implementation of gprof supportflorian2021-03-124-6/+108
* Update Makefile's after commits 48929/48930pierre2021-03-1241-1/+329
* * RiscV: corrected setup of gpflorian2021-03-111-2/+2
* * mips and xtensa compilation fixedflorian2021-03-091-0/+10
* + RiscV: set threadvarblocksizeflorian2021-03-081-0/+18
* o RiscV64 glibc startup code fixed:florian2021-03-071-4/+23
* + RiscV32: setjmp/longjmp implementation, based on the RiscV64 oneflorian2021-03-062-4/+126
* + new RiscV32 SUBARCH rv32iflorian2021-03-052-2/+12
* * fix casing of "VAr", no code changessvenbarth2021-03-021-1/+1
* * use SizeInt for counters in math unit, all non-32 bit targets should bene...florian2021-02-261-27/+27
* * fix compilation for CPUs without thumbflorian2021-02-231-1/+7
* * patch by Michael Ring: remove lm4f120 from armv7m as it is armv7emflorian2021-02-212-2/+2
* * patch by Michael Ring to fix errors introduced by r48722florian2021-02-202-1/+2
* * (modified) patch by Michael Ring to enable the FPU on Cortex-M4F if avail...florian2021-02-192-2/+25
* * arm-linux: sighnd.inc must check for CPUTHUMB and CPUTHUMB2florian2021-02-131-6/+6
* * another FPC_VERSION => FPC_FULLVERSIOn fixflorian2021-02-101-1/+4
* * Fix issue ID 38462michael2021-02-101-0/+1
* * FPC_VERSION => FPC_FULLVERSIONflorian2021-02-081-2/+2
* * statx based Sysutils.FileGetDate with handle fixedflorian2021-02-071-1/+3
* * make statx based Sysutils.FileAge working with relative pathesflorian2021-02-071-1/+1
* * x86_64-linux: assembler helpers syscalls do not need a stackframeflorian2021-02-041-6/+18
* Fix compilation of linux unit with -dFPC_USE_LIBC optionpierre2021-02-021-2/+2
* * disable new syscalls on androidflorian2021-02-011-5/+9
* * renamed new syscall wrapper in linux to be consist with the othersflorian2021-01-312-28/+28
* * linux: FileGetDate makes use of statx if neededflorian2021-01-311-7/+15
* * sysutils on linux uses only the new syscalls if the system has no suitabl...florian2021-01-311-5/+8
* * fallback to fputime if fputimensat fails as not being availableflorian2021-01-311-7/+9
* * Y2K38 problem for linux in sysutils.findfirst/findnext should be solvedflorian2021-01-311-13/+71
* + futimens syscallflorian2021-01-312-3/+38
* + make use of the fputimensat syscall on linux to enable always times beyon...florian2021-01-311-5/+19
* + linux.fputimensat which properly uses the _tim64 version if needed and av...florian2021-01-311-0/+32
* * linux: make use of statx in Sysutils.FileAge if availableflorian2021-01-301-0/+18
* * do not execute xend twice which was introduced in r48430florian2021-01-301-3/+2
* * better error message for runtime errors 202 and 210, resolves #38254florian2021-01-271-2/+2
* Introduce USE_REAL_INSTRUCTIONS to handle expressions not accepted by old as...pierre2021-01-261-1/+20
* * use Str instead of IntToStr to avoid overload problems with unsigned typessvenbarth2021-01-241-2/+2
* * fix for Mantis #38390: use Val instead of StrToInt to avoid overload problemssvenbarth2021-01-241-1/+5
* powerpc-amiga: added some exec functions which will be required for some athr...karoly2021-01-211-0/+6
* Also set __stkptr inside cprt0.as and dllprt0.as startup assembly sourcespierre2021-01-192-0/+2
* Also set __stkptr inside cprt0.as startup assembly sourcepierre2021-01-192-0/+6
* + add declaration of FpSchedGetAffinity when the Linux target is compiled wit...svenbarth2021-01-091-1/+3
* * if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS...svenbarth2021-01-094-4/+24
* + linux implementation of System.GetCPUCountflorian2021-01-073-0/+37
* * make TProxyStream.Check an abstract method; as it is right now one had to o...svenbarth2021-01-062-9/+1
* Fix spelling error of revision 48023pierre2021-01-041-1/+1
* * handle rawbytestrings in Win32Ansi2UnicodeMove properly, resolves #38299florian2021-01-031-0/+8
* * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.pierre2021-01-0313-6/+14
* * fpc_AnsiStr_Concat: if one of the strings is empty and CP_NONE is passed,...florian2021-01-021-5/+9
* * while not official supported, bootstrapping with 3.0.4 fixedflorian2020-12-301-0/+2