3f47c82a7f
rtld would accept the first shared library it found with the right major version number, even if the minor version number was too low. If a different version of the shared library with an adequate minor version number appeared later in the search path, it would not be found. Now the rtld searches all locations first looking for a library with a minor version that is high enough. Only if such a library is not found will it fall back to accepting a minor version number that is too low. As before, a warning comes out in that case. This solves some problems encountered when building an older world on a -current system. |
||
---|---|---|
.. | ||
i386 | ||
dynamic.h | ||
Makefile | ||
md-prologue.c | ||
rtld.1 | ||
rtld.1aout | ||
rtld.c | ||
shlib.c | ||
shlib.h | ||
support.c | ||
support.h |