CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/20 21:54:16
Modified files:
libexec/ld.so : dlfcn.c loader.c resolve.c resolve.h
Log message:
In 2004, we upgraded to binutils 2.14 with did -zcombreloc by default.
In 2013, I implemented the single-entry LRU cache that gets the maximal
symbol reuse from combreloc. Since then, the ld.so generic relocation
symcache has been a waste of CPU and memory with 0% hit-rate, so kill it.
ok mpi@
