summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/rtld
AgeCommit message (Collapse)Author
1996-01-16from netbsd:Theo de Raadt
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146.
1996-01-12from netbsd:Theo de Raadt
Make dlopen() search for libraries if given a name of the form `lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR used in simplified form). Deal with v.2 hint files (hint srch dirs not yet used).
1995-12-25As ld.so does relocation behind the compiler's back don't cacheNiklas Hallqvist
function addresses in registers.
1995-11-20make dlopen() use hints database, not just paths; from etheisen@TECLink.Net; ↵Theo de Raadt
netbsd pr#1763
1995-10-18initial import of NetBSD treeTheo de Raadt