| .. |
|
bsyscall.inc
|
4ace790492
* remove $Log
|
20 лет назад |
|
cprt0.as
|
3216e8c7bc
* mark produced object files as "does not require executable stack" by
|
17 лет назад |
|
cprt21.as
|
0ad1a26c61
* adjusted startup code so it guarantees 16 byte stack alignment on program
|
13 лет назад |
|
dllprt0.as
|
a3364a4b80
- RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT label, it is a leftover from times when library startup code was erroneously halting owning process on exit.
|
12 лет назад |
|
gprt0.as
|
3216e8c7bc
* mark produced object files as "does not require executable stack" by
|
17 лет назад |
|
gprt21.as
|
0ad1a26c61
* adjusted startup code so it guarantees 16 byte stack alignment on program
|
13 лет назад |
|
prt0.as
|
0ad1a26c61
* adjusted startup code so it guarantees 16 byte stack alignment on program
|
13 лет назад |
|
si_c.inc
|
3f5be7b177
Adjust the C and C 2.1 halt code to retrieve the exit code from the parameter instead of accessing ExitCode directly.
|
10 лет назад |
|
si_c21.inc
|
98a6d312ba
Adjust the C 2.1 startup code to be able to handle indirect main information (PIC does not work though :( ).
|
10 лет назад |
|
si_c21g.inc
|
fc55a13971
Move PascalMain external from the si_*.inc files to a new include file si_impl.inc that's included in the implementation sections of the si_*.pp units
|
10 лет назад |
|
si_dll.inc
|
12f0ae4949
Adjust the C-less entry points to support indirect main information.
|
10 лет назад |
|
si_g.inc
|
fc55a13971
Move PascalMain external from the si_*.inc files to a new include file si_impl.inc that's included in the implementation sections of the si_*.pp units
|
10 лет назад |
|
si_prc.inc
|
ca73033018
Improve PIC startup code when not using C libraries. It correctly reaches PascalMain, but it crashes inside fpc_cpucodeinit when setting has_mmx_support :/
|
10 лет назад |
|
si_uc.inc
|
fc55a13971
Move PascalMain external from the si_*.inc files to a new include file si_impl.inc that's included in the implementation sections of the si_*.pp units
|
10 лет назад |
|
sighnd.inc
|
3307d98c40
- Revert micro-exe mode for now.
|
15 лет назад |
|
sighndh.inc
|
75c00e21c9
* i386 signal handler receives a ucontext instead of sigcontext
|
20 лет назад |
|
stat.inc
|
389ea20704
* fix FPC_USES_LIBC cycling, by fixing libc stat records (both 32 and 64 bit)
|
18 лет назад |
|
syscall.inc
|
7dc4b6ecc1
+ adds mcount calls to syscall assembler helpers for i386 and x86-64, resolves #17140
|
15 лет назад |
|
syscallh.inc
|
81597bf171
* updated address of FSF (mantis #24646, patch by Alexey Svistunov)
|
12 лет назад |
|
sysnr.inc
|
04d8ad3f17
* fix linux syscall numbers naming consistency #2 (overlooked some)
|
17 лет назад |