summaryrefslogtreecommitdiffhomepage
path: root/crt
AgeCommit message (Collapse)AuthorFilesLines
2024-04-14Code base: updated all translation units to match the project's COPYING file.HEADmainmidipix25-25/+25
2023-12-23add copyright notice to C and Assembly translation units where applicable.midipix25-0/+150
2020-05-01nt32: crt1.c: _start(): explicitly set the desired float mode.midipix1-0/+6
2020-05-01nt64: crt1.c: _start(): explicitly set the desired float mode.midipix1-0/+6
2019-03-12nt64 toolchain: added assembly sources for the crtbegin & crtend objects.midipix2-0/+78
2019-02-19process init: apply hidden visibility to all [S]crt*.o files.midipix18-42/+66
2019-02-19_start(): directly refer to main() via hidden visibility.midipix2-2/+2
2019-01-09mmglue: crt: removed placeholder files which are no longer needed.midipix8-0/+0
2017-12-25static linking: crt objects: fixed signature of __ctty.midipix6-14/+14
2017-11-23_start(), ldso: integrated -mposix and explicit pty server dependency support.midipix12-20/+82
2017-11-23crt source files: fixed comments, whitespace meditation.midipix8-24/+14
2017-11-05psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.midipix12-0/+24
2017-10-24ldso: added missing placeholders for Scrtldso.c and Scrtvrfs.c.midipix2-0/+0
2017-10-19ldso: static executables now set the application type (default/standalone).midipix4-0/+12
2017-10-19_start(): implemented __libc_loader_init() for the ldso and vrfs flavors.midipix4-0/+212
2017-10-19_start(): moved flavor-specific logic (idata|ldso|vrfs) to __libc_loader_init().midipix6-54/+32
2017-10-15_start(): integrated __crtopt_ldso, __crtopt_vrfs.midipix2-10/+12
2017-10-15ldso preparation: added crtidata.c for exe's not using the framework loader.midipix6-4/+52
2017-10-15psxglue.h: renamed __PSXOPT_DEBUG --> __PSXOPT_DINGA.midipix7-10/+10
2017-10-15toolchain build-time options: added __crtopt_ldso and __crtopt_vrfs.midipix8-0/+16
2017-10-15psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG.midipix7-10/+10
2016-06-28toolchain: moved ___chkstk_ms() to crtn.s.midipix2-0/+10
2016-06-03nt64: crte.s: so_entry_point: protect 32-bit name-space (adds underscore).midipix1-3/+3
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.midipix2-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 ↵midipix5-67/+103
functions in psxscl. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18add manual .got entries to assembly files.midipix1-0/+6
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix1-2/+0
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-25complete/fix support of ctors/dtors and tls.midipix2-8/+8
+ do not build libc.so with -DSHARED for the midipix targets. + provide surrogate init/fini arrays that allow invocation of the ctors/dtors iteration routines. + provide a builtin tls for the first thread. + update __copy_tls to match the layout of the simplified struct __tls. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-19crte.s: add function .def to the weak symbol dso_main_routine.midipix2-0/+2
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-05nt32: initial commit of core port files.midipix7-0/+114
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21crte.c,crtdev.c,crtposix.c: add common-level place-holder empty files tomidipix3-0/+0
satisfy build-system requirements. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-08initial commit of core port files.midipix7-0/+114
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.