fpc/rtl/linux/x86_64
2022-04-09 21:12:28 +02:00
..
abitag.as + x86_64-linux: build ABI tag separately, the purpose it twofold: 1) it is the only part of startup that cannot be yet handled directly by compiler, 2) it provides a single point to modify whenever necessary. 2015-01-26 17:15:48 +00:00
bsyscall.inc
si_c.inc * provide __libc_csu_init and __libc_csu_fini as weak symbols 2022-04-09 21:12:28 +02:00
si_dll.inc * switch x86_64-linux to indirect entry, essentially allowing for the use of dynamic packages on that target 2017-07-08 20:39:36 +00:00
si_g.inc * pic'fied startup code 2021-10-25 21:39:24 +02:00
si_prc.inc * 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) 2021-01-09 15:58:13 +00:00
sighnd.inc * check first for x86 exception and only for sse if no x87 exceptions is thrown, clear all exception afterwards 2020-10-16 19:44:25 +00:00
sighndh.inc
stat.inc * remove deprecated parts linux stat records (FPC 1.0 leftovers) 2018-08-19 15:10:22 +00:00
syscall.inc * x86_64-linux: assembler helpers syscalls do not need a stackframe 2021-02-04 20:57:11 +00:00
syscallh.inc * many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified 2020-01-17 12:07:50 +00:00
sysnr.inc * fixed comments in sysnr.inc files 2020-11-15 19:30:19 +00:00