Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-08 | Patch from Stefan Allius and Edie C. Dost to let ldd and | Eric Andersen | |
readelf compile under solaris. | |||
2002-05-24 | Fix a couple of silly bugs I'd left in while fixing things | Eric Andersen | |
-Erik | |||
2002-05-24 | Fix ldd so it correctly handles search paths of just one entry | Eric Andersen | |
(per fix in ldso a while back), and correctly matches the search order in the shared lib loader. -Erik | |||
2002-05-02 | Make ldd and readelf work even with byte swapped binaries | Eric Andersen | |
2002-03-11 | Fixup ldd behavior to match recent ldso change | Eric Andersen | |
2002-02-13 | Fix silly buffer overflow | Eric Andersen | |
2002-02-02 | Don't free memory prematurely | Eric Andersen | |
2002-01-31 | make sure all utilities will build even with older toolchains by | Eric Andersen | |
using our own local elf.h header rather than the system one. -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-08-27 | elide some debug noise | Eric Andersen | |
2001-08-18 | Fix problem with possible redundant entries. | Eric Andersen | |
2001-08-17 | Fix a stupid bug causing the ld-uClibc entry to be lost. | Eric Andersen | |
2001-08-11 | Sync up ldd behavior | Eric Andersen | |
2001-08-08 | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | |
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... | |||
2001-08-06 | Try search for the shared lib interpreter. Eliminate all double "//"s | Eric Andersen | |
from the output -Erik | |||
2001-07-17 | search_for_named_library forgot to wipe the target string, so each time | Eric Andersen | |
around the loop it was getting bigger... | |||
2001-07-17 | Some cleanups needed for things to compile and work as expected | Eric Andersen | |
with the new build system... -Erik | |||
2001-07-11 | Rewrite of ldd so it works as expected, and does not invoke the | Eric Andersen | |
shared lib loader at all. This will allow us to throw out the support code for that from ld-linux.so.0 -Erik | |||
2001-06-04 | Add a new 'readelf' util I wrote this weekend. | Eric Andersen | |
-Erik | |||
2001-06-04 | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | |
-Erik | |||
2001-05-01 | Another cleanup. Never pass addresses as an 'int' | Eric Andersen | |
-Erik | |||
2001-04-27 | Get rid of the a.out header file | Eric Andersen | |
2001-04-24 | Silence a warning | Eric Andersen | |
2001-04-23 | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | |
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik |