summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/src/crt_glue.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-25__libc_entry_routine(): provide executable and libc reference addresses.midipix1-0/+2
2017-11-23_start(), ldso: integrated -mposix and explicit pty server dependency support.midipix1-0/+2
2017-11-05psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.midipix1-0/+1
2017-10-28psxglue.h: pointers to ctors_fn & dtors_fn are now in struct __psx_vtbl.midipix1-2/+2
2017-01-15integrated first-thread SEH support.midipix1-3/+3
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix1-6/+15
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-03-08__libc_entry_routine(): renamed argument from __psx_init_routinemidipix1-2/+2
to __psx_init (clarity, matching name of library symbol). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-08initial commit of core port files.midipix1-0/+87
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.