summaryrefslogtreecommitdiffhomepage
path: root/src/env
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.midipix6-0/+86
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-07-18weak symbols: remove the previously used workaround, as it is nomidipix1-11/+0
longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc.
2015-04-25complete/fix support of ctors/dtors and tls.midipix4-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.
2015-03-08initial commit of core port files.midipix1-0/+11
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.