sortix-mirror/libmaxsi/x64
Jonas 'Sortie' Termansen bde41a37ec Implement crt1.o, crti.o, and crtn.o.
This helps running cross compiled programs as well as compiling programs
under Sortix with gcc. There is also support for global constructors.

Currently, cross-compiled executables uses these startup files. The current
build system continues to use start.o, which does not offer global
constructors and other useful features.

Note that these using the crtX.o files requires the crtbegin.o and crtend.o
files that ship with the cross compiler, but that should be no problem.
2012-09-08 18:45:53 +02:00
..
crt1.s Implement crt1.o, crti.o, and crtn.o. 2012-09-08 18:45:53 +02:00
crti.s Implement crt1.o, crti.o, and crtn.o. 2012-09-08 18:45:53 +02:00
crtn.s Implement crt1.o, crti.o, and crtn.o. 2012-09-08 18:45:53 +02:00
fork.s Renamed sforkr(2) to tfork(2). 2012-09-08 18:45:52 +02:00
signal.s Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
start.s Implement crt1.o, crti.o, and crtn.o. 2012-09-08 18:45:53 +02:00