Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-19 | midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen(). | midipix | 1 | -0/+52 | |
2019-02-19 | psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl. | midipix | 1 | -27/+0 | |
tls: place __copy_tls() and __reset_tls() in designated translation units. | |||||
2019-01-10 | mmglue: ldso: added dladdr (__dladdr weak alias). | midipix | 1 | -0/+1 | |
2019-01-09 | mmglue: ldso: adjusted to match recent musl versions. | midipix | 1 | -0/+3 | |
2017-11-05 | psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly. | midipix | 1 | -0/+2 | |
2017-10-28 | ldso: implemented dlinfo(). | midipix | 1 | -1/+1 | |
2017-10-28 | ldso: implemented dlsym(). | midipix | 1 | -2/+2 | |
2017-10-28 | ldso: implemented dlopen(). | midipix | 1 | -9/+98 | |
2016-10-10 | psxglue.h: ldso: extend & future-proof the signature of the internal dlopen(). | midipix | 1 | -1/+5 | |
2015-04-25 | complete/fix support of ctors/dtors and tls. | midipix | 1 | -5/+7 | |
+ 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-05 | nt32: initial commit of core port files. | midipix | 1 | -0/+62 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |