fpc/rtl/linux/x86_64
marco 3053f8c2e8 * 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
* removed the remark about calling convention from several implementations. Oldfpccall no longer used.

git-svn-id: trunk@43962 -
2020-01-17 12:07:50 +00: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
cprt0.as * ensure that the stack is aligned after haltproc, should resolve #33311 2018-03-03 16:14:51 +00:00
dllprt0.as * 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
gprt0.as * partly reverted #38320, the code was correct 2018-03-03 16:41:52 +00:00
prt0.as * 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_c.inc * x86_64-linux uses now pascal init code 2018-03-04 18:22:04 +00: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 * x86_64-linux uses now pascal init code 2018-03-04 18:22:04 +00:00
si_prc.inc * we have to use __tls_get_addr from the dyn. linker lib else tls on programs with pure pascal dyn. libraries fail 2019-09-25 21:19:01 +00:00
sighnd.inc * use trampoline on x86-64/linux to convert signals properly in exceptions for psabieh 2019-03-02 23:05:26 +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 * 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
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 * updated linux syscall numbers 2020-01-02 11:08:40 +00:00