summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/src
AgeCommit message (Expand)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.midipix4-0/+5
2017-10-28psxglue.h: pointers to ctors_fn & dtors_fn are now in struct __psx_vtbl.midipix1-2/+2
2017-10-15psxglue.h: renamed struct __tlca --> struct __tlca_abi.midipix1-1/+1
2017-01-15integrated first-thread SEH support.midipix2-8/+8
2016-09-17nt32: fix ctor/dtor logic, match nt64 and libpsxscl.midipix1-7/+16
2016-09-16__emutls_get_address(): unify cases, fix dsoidx-based pointer arithmetic.midipix1-5/+1
2016-06-28toolchain: moved ___chkstk_ms() to crtn.s.midipix1-4/+0
2016-06-22__syscall_alert(): add missing 32-bit implementation.midipix1-0/+15
2016-02-15rename __libc_entry_point _dlstart, match musl's dynamic loader entry routine.midipix1-1/+1
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix1-4/+4
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
2015-04-05nt32: provide stubs of fundamental math functions to allow complication witho...midipix2-0/+20
2015-04-05nt32: initial commit of core port files.midipix6-0/+165