summaryrefslogtreecommitdiffhomepage
path: root/crt
AgeCommit message (Collapse)AuthorFilesLines
2015-04-25complete/fix support of ctors/dtors and tls.midipix2-8/+8
+ 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-19crte.s: add function .def to the weak symbol dso_main_routine.midipix2-0/+2
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-04-05nt32: initial commit of core port files.midipix7-0/+114
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21crte.c,crtdev.c,crtposix.c: add common-level place-holder empty files tomidipix3-0/+0
satisfy build-system requirements. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-08initial commit of core port files.midipix7-0/+114
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.