summaryrefslogtreecommitdiffstats
path: root/ldso/libdl/libdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up of '_dlopen' call and removal of unneeded argument in call ↵"Steven J. Hill"2002-06-051-3/+1
| | | | '_dl_load_elf_shared_library'.
* Patch from Tobias Anderberg <tobias.anderberg@axis.com> toEric Andersen2002-05-021-58/+27
| | | | remove the .asm calls
* Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen2002-05-021-3/+3
| | | | | | | | | | I am very pleased to announce that the MIPS dynamic linker/loader for uClibc is now working. It works on big and little endian platforms. A few minor changes were needed to avoid breaking ldd, and since this makes some non-trivial changes, I have tested on x86, arm, and powerpc to be sure thoese arches didn't get broken. Excellent work Steven!
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-111-4/+3
| | | | | with the new naming -Erik
* 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