nickysn
|
058336db40
* invoke _csu_finish before __init the OpenBSD x86_64 C library startup code
|
6 лет назад |
nickysn
|
77f86d22a5
* updated the parameter list to _FPC_proc___start in the OpenBSD x86_64 startup code
|
6 лет назад |
nickysn
|
f2719e438c
* updated the OpenBSD x86_64 assembly startup code
|
6 лет назад |
nickysn
|
6dec9ae064
+ added some missing cdecl declarations to the OpenBSD startup code
|
6 лет назад |
nickysn
|
7638a9b7e1
- removed commented out gprof code from si_c.inc
|
6 лет назад |
nickysn
|
f15c2db4b2
* moved some C type declarations to si_intf.inc
|
6 лет назад |
nickysn
|
fb793ff251
- comment out more unused gprof code
|
6 лет назад |
nickysn
|
2960399f9a
* call c_exit directly in case PASCALMAIN finishes, to avoid inline asm entirely
|
6 лет назад |
nickysn
|
4715ad605b
- don't export the ___start symbol in the OpenBSD startup code
|
6 лет назад |
nickysn
|
144f31c94f
* call the exit() routine from the C libraries in the FPC haltproc on OpenBSD
|
6 лет назад |
nickysn
|
094ad635f7
- don't call monstartup, because that initializes the gprof profiler and should
|
6 лет назад |
nickysn
|
34a8032e11
* link to crtbegin.o/crtend.o instead of crtbeginS.o/crtendS.o when creating
|
6 лет назад |
nickysn
|
d1a91a380b
* the OpenBSD x86_64 C library startup code converted to Pascal
|
6 лет назад |
nickysn
|
76623648e4
* updated the declarations to externals in the C library in the OpenBSD startup
|
6 лет назад |
nickysn
|
b56c181500
+ added comments with the parameters of _FPC_proc___start in the OpenBSD x86_64 startup code
|
6 лет назад |
nickysn
|
7e24c07690
+ added comment for the parameter, containing the environment
|
6 лет назад |
nickysn
|
66744f2f1e
* _strrchr in the OpenBSD x86_64 startup code converted to Pascal
|
6 лет назад |
nickysn
|
19e1336043
* fixed the _eprol and _etext references in si_c.inc for OpenBSD x86_64
|
6 лет назад |
nickysn
|
c856879c96
* ported OpenBSD's x86_64 cprt0.as to inline asm in si_c.inc
|
6 лет назад |
nickysn
|
df21e3a3bc
+ initial (only a stub for now) implementation of pascal-based startup code units for OpenBSD
|
6 лет назад |