summaryrefslogtreecommitdiff
path: root/ldso/util/ldd.c
AgeCommit message (Expand)Author
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-08-27elide some debug noiseEric Andersen
2001-08-18Fix problem with possible redundant entries.Eric Andersen
2001-08-17Fix a stupid bug causing the ld-uClibc entry to be lost.Eric Andersen
2001-08-11Sync up ldd behaviorEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-08-06Try search for the shared lib interpreter. Eliminate all double "//"sEric Andersen
2001-07-17search_for_named_library forgot to wipe the target string, so each timeEric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-11Rewrite of ldd so it works as expected, and does not invoke theEric Andersen
2001-06-04Add a new 'readelf' util I wrote this weekend.Eric Andersen
2001-06-04Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen
2001-05-01Another cleanup. Never pass addresses as an 'int'Eric Andersen
2001-04-27Get rid of the a.out header fileEric Andersen
2001-04-24Silence a warningEric Andersen
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen