Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-28 | toolchain: moved ___chkstk_ms() to crtn.s. | midipix | 1 | -0/+5 | |
2016-06-03 | nt32: crtn.s: _pei386_runtime_relocator(): add ABI's leading underscore. | midipix | 1 | -6/+6 | |
2016-06-02 | nt32: crt assembly sources: update to match nt64. | midipix | 2 | -40/+8 | |
2015-09-13 | add an empty rcrt1.s for source-tree compatibility with musl 1.1.10 and later. | midipix | 1 | -0/+0 | |
2015-09-13 | nt32: rename _start to start since underscores are prepended by the compiler. | midipix | 1 | -1/+1 | |
2015-07-18 | adapt crte.s and crti.s to the newly integrated ctors/dtors iteration ↵ | midipix | 2 | -14/+50 | |
functions in psxscl. 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-04-05 | nt32: initial commit of core port files. | midipix | 7 | -0/+114 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |