Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-28 | psxglue.h: pointers to ctors_fn & dtors_fn are now in struct __psx_vtbl. | midipix | 1 | -2/+2 | |
2017-10-15 | psxglue.h: renamed struct __tlca --> struct __tlca_abi. | midipix | 1 | -1/+1 | |
2017-01-15 | integrated first-thread SEH support. | midipix | 2 | -8/+8 | |
2016-09-17 | nt32: fix ctor/dtor logic, match nt64 and libpsxscl. | midipix | 1 | -7/+16 | |
2016-09-16 | __emutls_get_address(): unify cases, fix dsoidx-based pointer arithmetic. | midipix | 1 | -5/+1 | |
2016-06-28 | toolchain: moved ___chkstk_ms() to crtn.s. | midipix | 1 | -4/+0 | |
2016-06-22 | __syscall_alert(): add missing 32-bit implementation. | midipix | 1 | -0/+15 | |
2016-02-15 | rename __libc_entry_point _dlstart, match musl's dynamic loader entry routine. | midipix | 1 | -1/+1 | |
2015-07-18 | fix indirection of __init_array_start and __fini_array_start. | midipix | 1 | -4/+4 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-05-27 | adjust arch-specific files to match musl version 1.1.9. | midipix | 1 | -2/+1 | |
2015-04-25 | complete/fix support of ctors/dtors and tls. | midipix | 1 | -3/+27 | |
+ 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-05 | nt32: provide stubs of fundamental math functions to allow complication ↵ | midipix | 2 | -0/+20 | |
without libgcc. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-04-05 | nt32: initial commit of core port files. | midipix | 6 | -0/+165 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |