CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/06/12 14:32:17
Modified files:
libexec/ld.so : dlfcn.c library.c library_mquery.c loader.c
sod.c sod.h
Log message:
Fix loaded object sod matching: when we load libfoo.so.X.Y into
memory, we should be able to match other requests for libfoo.so.X.Z
against that same object.
ok kurt, kettenis
