CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/23 20:54:34
Modified files:
libexec/ld.so : library_subr.c resolve.c resolve.h
Log message:
Delete remnants of grpsym cache setting during symbol search: it's done at
load time only nwo. Rename _dl_searchnum and lastlookup to _dl_grpsym_gen
and grpsym_gen as they are generation numbers. Merge _dl_newsymsearch()
into _dl_cache_grpsym_list_setup().
ok millert@
