Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-25 | ldso: libc.lib.a is now an mdso-based custom import library. | midipix | 1 | -1/+1 | |
2017-10-15 | musl.lzy: do not set the executable bit for crt object files. | midipix | 1 | -1/+1 | |
2016-11-21 | PE library installation: do not install ldd as a symlink to libc.so. | midipix | 1 | -1/+0 | |
2016-02-15 | rename __libc_entry_point _dlstart, match musl's dynamic loader entry routine. | midipix | 1 | -2/+2 | |
2015-09-17 | elf targets: update dynamic linker entry point from _start to _dlstart. | midipix | 1 | -1/+1 | |
2015-06-20 | fix non-portable construct. | Shiz | 1 | -1/+1 | |
See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me> | |||||
2015-04-25 | complete/fix support of ctors/dtors and tls. | midipix | 1 | -1/+2 | |
+ 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 | 1 | -2/+4 | |
without libgcc. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-08 | initial commit of core port files. | midipix | 1 | -0/+389 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |