summaryrefslogtreecommitdiffstats
path: root/ldso/util/ldd.c
Commit message (Expand)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
* Try search for the shared lib interpreter. Eliminate all double "//"sEric Andersen2001-08-061-7/+40
* search_for_named_library forgot to wipe the target string, so each timeEric Andersen2001-07-171-1/+1
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-68/+52
* Rewrite of ldd so it works as expected, and does not invoke theEric Andersen2001-07-111-287/+334
* Add a new 'readelf' util I wrote this weekend.Eric Andersen2001-06-041-1/+1
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-041-2/+3
* Another cleanup. Never pass addresses as an 'int'Eric Andersen2001-05-011-3/+3
* 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