comparison ChangeLog @ 356:2f64957d6a46

- fix to dynload to build with musl libc (latter has dlinfo but not RTLD_SELF, so fallback to dl_iterate_phdr if on ELF targets)
author Tassilo Philipp
date Tue, 25 Feb 2020 16:07:45 +0100
parents 5ac53b2d5f1e
children 30aae7371373
comparison
equal deleted inserted replaced
355:5ac53b2d5f1e 356:2f64957d6a46
1 This file lists bigger/noteworthy changes, only... 1 This file lists bigger/noteworthy changes, only...
2 2
3 Version 1.2 (upcoming) 3 Version 1.2 (upcoming)
4 ... 4 dynload:
5 o fix to build with musl libc
5 6
6 Version 1.1 (2020/01/11) 7 Version 1.1 (2020/01/11)
7 dyncall: 8 dyncall:
8 o support for soft-float MIPS o32 & n64 (big- and little-endian, each) 9 o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
9 o x64 System V syscall support 10 o x64 System V syscall support