summaryrefslogtreecommitdiffhomepage
path: root/src/env/nt32
AgeCommit message (Collapse)AuthorFilesLines
2024-04-14Code base: updated all translation units to match the project's COPYING file.HEADmainmidipix2-2/+2
2023-12-23add copyright notice to C and Assembly translation units where applicable.midipix2-0/+12
2019-02-19psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.midipix3-0/+43
tls: place __copy_tls() and __reset_tls() in designated translation units.
2015-09-13nt32: remove __environ.s, as it is no longer needed.midipix1-11/+0
2015-04-25complete/fix support of ctors/dtors and tls.midipix2-0/+0
+ 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/+11
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.