summaryrefslogtreecommitdiffstats
path: root/ldso/libdl/dlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Begin removing some unnecessary inlining, and fix namingEric Andersen2001-08-111-12/+12
| | | | | of _dl_fprintf which should really be _dl_dprintf -Erik
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-11/+39
| | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
* Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen2001-07-171-5/+5
| | | | | | | needed). Fix a stupid typo in dlib.c where I had several weak symbols set up backwards, breaking libdl (dlopen and friends), -Erik
* Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen2001-07-131-57/+31
| | | | -Erik
* Another cleanup. Never pass addresses as an 'int'Eric Andersen2001-05-011-309/+291
| | | | -Erik
* I forgot to check this in.Eric Andersen2001-05-011-5/+5
| | | | -Erik
* Silence a warningEric Andersen2001-04-241-1/+1
|
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-231-0/+648
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik