- Add better debug messages for not found libraries.
- Add better search patch information for -v option.
- FreeBSD: Add libmap.conf support. This is used to filter and map origins to new targets.
- Implement DYLD_FRAMEWORK_PATH and DYLD_FALLBACK_FRAMEWORK_PATH.
- Implement DYLD_FALLBACK_LIBRARY_PATH.
- MachO: Add initial MacOSX support.
- MachO: Resolve the dyld cache dependencies. It requires not only parsing the cache entries, but the entries itself.
- Linux: read /etc/ld.so.cache instead of parsing /etd/ld.so.conf.
- Implement DYLD_INSERT_LIBRARIES.
- Linux: add glibc-hwcap support, which affects symbol resolution paths fro x86_64, powerpc64, aarch64, and s390-64.
- Linux: add Android support.