CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/15 14:25:44
Modified files:
libexec/ld.so : resolve.c
Log message:
Put all the symbol lookup parameters (except the object being searched) and
the return pointers into a structure and pass that to _dl_find_symbol_obj().
Set sl->sl_obj_out in _dl_find_symbol_obj() so that the callers don't
need to each record the object.
ok mpi@
