summaryrefslogtreecommitdiffstats
path: root/ldso/util/ldd.c
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-3/+4
|
* elide some debug noiseEric Andersen2001-08-271-1/+0
|
* Fix problem with possible redundant entries.Eric Andersen2001-08-181-9/+42
|
* Fix a stupid bug causing the ld-uClibc entry to be lost.Eric Andersen2001-08-171-14/+11
|
* Sync up ldd behaviorEric Andersen2001-08-111-3/+7
|
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-0/+8
| | | | | | 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...
* Try search for the shared lib interpreter. Eliminate all double "//"sEric Andersen2001-08-061-7/+40
| | | | | from the output -Erik
* search_for_named_library forgot to wipe the target string, so each timeEric Andersen2001-07-171-1/+1
| | | | around the loop it was getting bigger...
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-68/+52
| | | | | with the new build system... -Erik
* Rewrite of ldd so it works as expected, and does not invoke theEric Andersen2001-07-111-287/+334
| | | | | | shared lib loader at all. This will allow us to throw out the support code for that from ld-linux.so.0 -Erik
* Add a new 'readelf' util I wrote this weekend.Eric Andersen2001-06-041-1/+1
| | | | -Erik
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-041-2/+3
| | | | -Erik
* Another cleanup. Never pass addresses as an 'int'Eric Andersen2001-05-011-3/+3
| | | | -Erik
* Get rid of the a.out header fileEric Andersen2001-04-271-1/+29
|
* Silence a warningEric Andersen2001-04-241-0/+2
|
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-231-0/+310
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik