summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32
AgeCommit message (Expand)AuthorFilesLines
2024-04-14Code base: updated all translation units to match the project's COPYING file.HEADmainmidipix12-12/+12
2023-12-23add copyright notice to C and Assembly translation units where applicable.midipix12-0/+72
2020-05-01nt32: crt1.c: _start(): explicitly set the desired float mode.midipix1-0/+6
2019-02-19process init: apply hidden visibility to all [S]crt*.o files.midipix9-21/+33
2019-02-19_start(): directly refer to main() via hidden visibility.midipix1-1/+1
2017-12-25static linking: crt objects: fixed signature of __ctty.midipix3-7/+7
2017-11-23_start(), ldso: integrated -mposix and explicit pty server dependency support.midipix6-10/+41
2017-11-23crt source files: fixed comments, whitespace meditation.midipix4-12/+7
2017-11-05psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.midipix6-0/+12
2017-10-19ldso: static executables now set the application type (default/standalone).midipix2-0/+6
2017-10-19_start(): implemented __libc_loader_init() for the ldso and vrfs flavors.midipix2-0/+106
2017-10-19_start(): moved flavor-specific logic (idata|ldso|vrfs) to __libc_loader_init().midipix3-27/+16
2017-10-15_start(): integrated __crtopt_ldso, __crtopt_vrfs.midipix1-7/+7
2017-10-15ldso preparation: added crtidata.c for exe's not using the framework loader.midipix2-0/+25
2017-10-15psxglue.h: renamed __PSXOPT_DEBUG --> __PSXOPT_DINGA.midipix3-5/+5
2017-10-15toolchain build-time options: added __crtopt_ldso and __crtopt_vrfs.midipix3-0/+8
2017-10-15psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG.midipix3-5/+5
2016-06-28toolchain: moved ___chkstk_ms() to crtn.s.midipix1-0/+5
2016-06-03nt32: crtn.s: _pei386_runtime_relocator(): add ABI's leading underscore.midipix1-6/+6
2016-06-02nt32: crt assembly sources: update to match nt64.midipix2-40/+8
2015-09-13add an empty rcrt1.s for source-tree compatibility with musl 1.1.10 and later.midipix1-0/+0
2015-09-13nt32: rename _start to start since underscores are prepended by the compiler.midipix1-1/+1
2015-07-18adapt crte.s and crti.s to the newly integrated ctors/dtors iteration functio...midipix2-14/+50
2015-04-25complete/fix support of ctors/dtors and tls.midipix1-4/+4
2015-04-19crte.s: add function .def to the weak symbol dso_main_routine.midipix1-0/+1
2015-04-05nt32: initial commit of core port files.midipix7-0/+114