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