summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/src/crt_glue.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-17nt32: fix ctor/dtor logic, match nt64 and libpsxscl.midipix1-7/+16
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix1-4/+4
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-27adjust arch-specific files to match musl version 1.1.9.midipix1-2/+1
2015-04-25complete/fix support of ctors/dtors and tls.midipix1-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-05nt32: initial commit of core port files.midipix1-0/+87
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.