Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up of '_dlopen' call and removal of unneeded argument in call ↵ | "Steven J. Hill" | 2002-06-05 | 1 | -3/+1 |
| | | | | '_dl_load_elf_shared_library'. | ||||
* | Patch from Tobias Anderberg <tobias.anderberg@axis.com> to | Eric Andersen | 2002-05-02 | 1 | -58/+27 |
| | | | | remove the .asm calls | ||||
* | Patch from Steven J. Hill <sjhill@realitydiluted.com>: | Eric Andersen | 2002-05-02 | 1 | -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 cope | Eric Andersen | 2002-01-11 | 1 | -4/+3 |
| | | | | | with the new naming -Erik | ||||
* | Begin removing some unnecessary inlining, and fix naming | Eric Andersen | 2001-08-11 | 1 | -12/+12 |
| | | | | | of _dl_fprintf which should really be _dl_dprintf -Erik | ||||
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -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't | Eric Andersen | 2001-07-17 | 1 | -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 Andersen | 2001-07-13 | 1 | -57/+31 |
| | | | | -Erik | ||||
* | Another cleanup. Never pass addresses as an 'int' | Eric Andersen | 2001-05-01 | 1 | -309/+291 |
| | | | | -Erik | ||||
* | I forgot to check this in. | Eric Andersen | 2001-05-01 | 1 | -5/+5 |
| | | | | -Erik | ||||
* | Silence a warning | Eric Andersen | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | 2001-04-23 | 1 | -0/+648 |
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik |