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 năm trước cách đây |
svenbarth
|
48cc5250f9
* fpc_geteipasebx and fpc_geteipasecx are used as procedures, not functions, so declare them as such
|
5 năm trước cách đây |
florian
|
56d91b4ca7
+ support tls threadvars with the internal assembler
|
6 năm trước cách đây |
florian
|
bd35c02257
* cosmetics: indention
|
6 năm trước cách đây |
florian
|
32121de8ae
* do not call InitTLS when a compiler is used which does not include the abi tag section
|
6 năm trước cách đây |
florian
|
72416edcc4
+ support for tlsm_general on i386-linux
|
7 năm trước cách đây |
florian
|
063415fa72
+ i386-linux support for tls-based threadvars
|
7 năm trước cách đây |
svenbarth
|
266eccde9f
Merge revision(s) 32484 from branches/svenbarth/packages
|
9 năm trước cách đây |
sergei
|
2efa348b19
- Cleaned out more assembler hacks around ExitCode variable
|
10 năm trước cách đây |
Jonas Maebe
|
0ad1a26c61
* adjusted startup code so it guarantees 16 byte stack alignment on program
|
13 năm trước cách đây |
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 năm trước cách đây |
marco
|
f411f08629
* declared external fpc_geteipasebx , with local suffix to avoid clashes.
|
14 năm trước cách đây |
marco
|
cdb4975530
* killed fpc_geteipbasebx in the startup code, mantis #19504
|
14 năm trước cách đây |
Jonas Maebe
|
84cc38f4af
* moved {$asmmode att} to top of file (mantis #17377)
|
15 năm trước cách đây |
Jonas Maebe
|
92ff07deaf
* several fixes by Pierre Pede (parts of his patch to mantis #12492)
|
16 năm trước cách đây |
Jonas Maebe
|
7901625134
* call finalization routine of dynamic linker before exiting (forgot to
|
17 năm trước cách đây |
mazen
|
0f73d54ac8
+ Added ATT assmebler mode directive to override any default in fpc.cfg. Otherwise we need to override it in makefile.
|
18 năm trước cách đây |
peter
|
d1d7c59244
* fixed compile after exitcode size change
|
18 năm trước cách đây |
micha
|
6bfff9702e
+ add linux/i386 start units
|
19 năm trước cách đây |