Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-25 | static linking: crt objects: fixed signature of __ctty. | midipix | 3 | -7/+7 | |
2017-11-23 | _start(), ldso: integrated -mposix and explicit pty server dependency support. | midipix | 6 | -10/+41 | |
2017-11-23 | crt source files: fixed comments, whitespace meditation. | midipix | 4 | -12/+7 | |
2017-11-05 | psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly. | midipix | 6 | -0/+12 | |
2017-10-19 | ldso: static executables now set the application type (default/standalone). | midipix | 2 | -0/+6 | |
2017-10-19 | _start(): implemented __libc_loader_init() for the ldso and vrfs flavors. | midipix | 2 | -0/+106 | |
2017-10-19 | _start(): moved flavor-specific logic (idata|ldso|vrfs) to __libc_loader_init(). | midipix | 3 | -27/+16 | |
2017-10-15 | _start(): integrated __crtopt_ldso, __crtopt_vrfs. | midipix | 1 | -3/+5 | |
2017-10-15 | ldso preparation: added crtidata.c for exe's not using the framework loader. | midipix | 3 | -4/+27 | |
2017-10-15 | psxglue.h: renamed __PSXOPT_DEBUG --> __PSXOPT_DINGA. | midipix | 3 | -5/+5 | |
2017-10-15 | toolchain build-time options: added __crtopt_ldso and __crtopt_vrfs. | midipix | 3 | -0/+8 | |
2017-10-15 | psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG. | midipix | 3 | -5/+5 | |
2016-06-28 | toolchain: moved ___chkstk_ms() to crtn.s. | midipix | 1 | -0/+5 | |
2016-06-03 | nt64: crte.s: so_entry_point: protect 32-bit name-space (adds underscore). | midipix | 1 | -3/+3 | |
2015-09-13 | add an empty rcrt1.s for source-tree compatibility with musl 1.1.10 and later. | midipix | 1 | -0/+0 | |
2015-07-18 | adapt crte.s and crti.s to the newly integrated ctors/dtors iteration ↵ | midipix | 3 | -53/+53 | |
functions in psxscl. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-07-18 | add manual .got entries to assembly files. | midipix | 1 | -0/+6 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-07-18 | fix indirection of __init_array_start and __fini_array_start. | midipix | 1 | -2/+0 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-04-25 | complete/fix support of ctors/dtors and tls. | midipix | 1 | -4/+4 | |
+ 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-19 | crte.s: add function .def to the weak symbol dso_main_routine. | midipix | 1 | -0/+1 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-08 | initial commit of core port files. | midipix | 7 | -0/+114 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |