svenbarth
|
359bb64aed
* if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS is not required (according to one comment by Florian), so disable all related code in that case (as for example the syscall numbers are not available then)
|
4 lat temu |
florian
|
d2b0bcdf1f
+ linux implementation of System.GetCPUCount
|
4 lat temu |
ondrej
|
1a0ba60de6
* revert r47598: implement TRandomGenerator
|
4 lat temu |
ondrej
|
c4dd3b661a
* rtl: implement TRandomGenerator for thread-safe random
|
4 lat temu |
florian
|
1dd914ffc8
+ initial xtensa-linux rtl
|
5 lat temu |
florian
|
3335104da2
* get paramstr(0) only if really needed
|
5 lat temu |
pierre
|
6929da66a8
+ Enable FPU exception handling for m68k processor
|
5 lat temu |
yury
|
ad6642edc0
* android: Fixed stdio redirection for threads.
|
6 lat temu |
florian
|
597a23d278
+ tls support for x86_64-linux (not yet enabled by default)
|
6 lat temu |
florian
|
eeadf618b8
+ abi tag for i386
|
6 lat temu |
florian
|
31ae109a31
* properly initialize phdr and phnum
|
6 lat temu |
pierre
|
04debba9de
Fix arm-android compilation by prepending syscall_nr_ prefix also to __ARM_NR_XXX arm specific linux syscalls
|
6 lat temu |
florian
|
72416edcc4
+ support for tlsm_general on i386-linux
|
6 lat temu |
florian
|
063415fa72
+ i386-linux support for tls-based threadvars
|
6 lat temu |
florian
|
e949276d9d
* basic implementation for pure pascal programs to allocate tls space
|
6 lat temu |
yury
|
78a26e53f8
* Fixed warnings.
|
6 lat temu |
florian
|
51644f497b
* fixes broken compilation after merging
|
6 lat temu |
florian
|
a34d4e715c
Merged riscv_new branch
|
6 lat temu |
pierre
|
32001975bf
* Add PAGESIZE local constant.
|
7 lat temu |
pierre
|
b279f24f26
Add FPC_SOFT_FPUX80 and FPC_SOFT_FPU128 define handling
|
7 lat temu |
Jeppe Johansen
|
ceb38833f2
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
7 lat temu |
svenbarth
|
c66daeb69f
* forgot to correctly enable bootstrapping from direct to indirect entry for x86_64-linux
|
8 lat temu |
svenbarth
|
533789777b
* prepare Linux RTL for a platform-by-platform switch to indirect entry information, including the capability to bootstrap a direct entry target to an indirect one while using the assembly startup files of the indirect one
|
8 lat temu |
Károly Balogh
|
78970fa3c4
linux/m68k: enable inlining and compiler mul32to64 in the softfpu
|
8 lat temu |
michael
|
480d22a4aa
* Reallocmem uses installed memory manager
|
9 lat temu |
michael
|
bd775267ca
* Fix bug #30310
|
9 lat temu |
yury
|
419c6ce61e
* android:
|
9 lat temu |
yury
|
c2ba68df44
* android: Added functions GetSystemProperty() and SystemApiLevel().
|
9 lat temu |
yury
|
63813f3e96
* android: Fixed crash when using writeln during shared library finalization on Android 4.4+.
|
9 lat temu |
svenbarth
|
2d454dc8fa
Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages.
|
10 lat temu |