florian
|
3e3b96e088
* fix of Erroneous reading of the value of the StackLength variable at program start based on issue report by Sergey Larin, resolves #40211
|
2 年之前 |
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 年之前 |
florian
|
f6667a5143
* we have to use __tls_get_addr from the dyn. linker lib else tls on programs with pure pascal dyn. libraries fail
|
6 年之前 |
florian
|
597a23d278
+ tls support for x86_64-linux (not yet enabled by default)
|
6 年之前 |
svenbarth
|
0f9451fbb7
* switch x86_64-linux to indirect entry, essentially allowing for the use of dynamic packages on that target
|
8 年之前 |
svenbarth
|
266eccde9f
Merge revision(s) 32484 from branches/svenbarth/packages
|
9 年之前 |
florian
|
c1091e1724
* added more asmmode directives to make compilation more robust in case the asmmode is changed by configuration files, resolves #27255
|
10 年之前 |
sergei
|
50639d89e7
* x86_64-linux startup: use ABI tag from abitag.o, cleaned out inlined versions.
|
10 年之前 |
sergei
|
3a3f7859f7
* x86_64-linux: ExitCode is passed as parameter to _haltproc, so assembler hacking with global variable is not necessary.
|
10 年之前 |
sergei
|
eb30da60a6
* x86_64-linux: fixed existing Pascal startup code (syntax only, operation not tested yet) and added missing files.
|
11 年之前 |
tom_at_work
|
9ce34c63c9
Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux.
|
14 年之前 |
florian
|
0d97f9ab6c
+ initial implementation for x86_64, problem currently the usage of .section to create the necessary note section
|
19 年之前 |