| Commit message (Expand) | Author | Age | Files | Lines |
* | Use '#ifdef __linux__' not '#ifdef linux' | Eric Andersen | 2002-10-30 | 1 | -3/+3 |
* | Patch from Stefan Allius to remove obsolete printfs | Eric Andersen | 2002-08-09 | 1 | -2/+0 |
* | Patch from Stefan Allius and Edie C. Dost to let ldd and | Eric Andersen | 2002-08-08 | 4 | -10/+74 |
* | Don't try to compile the target utils unless told to do so. | Eric Andersen | 2002-06-23 | 1 | -3/+0 |
* | If we are cross-compiling, don't even try to build the target utilities. | "Steven J. Hill" | 2002-06-04 | 1 | -6/+7 |
* | Silly me. ldd.target is for the target system, so don't | Eric Andersen | 2002-05-29 | 1 | -1/+1 |
* | Fix a couple of silly bugs I'd left in while fixing things | Eric Andersen | 2002-05-24 | 1 | -5/+11 |
* | Fix ldd so it correctly handles search paths of just one entry | Eric Andersen | 2002-05-24 | 1 | -27/+29 |
* | Pass the -s to the linker | Eric Andersen | 2002-05-24 | 1 | -2/+2 |
* | No real need to make ldd.target and readelf.target be static... | Eric Andersen | 2002-05-03 | 1 | -2/+2 |
* | Make ldd and readelf work even with byte swapped binaries | Eric Andersen | 2002-05-02 | 2 | -33/+105 |
* | Fixup ldd behavior to match recent ldso change | Eric Andersen | 2002-03-11 | 1 | -6/+26 |
* | Fix silly buffer overflow | Eric Andersen | 2002-02-13 | 1 | -2/+5 |
* | Don't free memory prematurely | Eric Andersen | 2002-02-02 | 1 | -4/+0 |
* | Fix makefile so it actually works when cross compiling | Eric Andersen | 2002-01-31 | 1 | -6/+6 |
* | make sure all utilities will build even with older toolchains by | Eric Andersen | 2002-01-31 | 6 | -18/+22 |
* | Fixup util build | Eric Andersen | 2002-01-30 | 2 | -3/+4 |
* | Fix the bug where binaries built with older toolchains would | Eric Andersen | 2002-01-28 | 1 | -8/+14 |
* | Remove the now obsolete d-link tree. Update things to cope | Eric Andersen | 2002-01-11 | 1 | -5/+5 |
* | Don't use target strip on native binary | Eric Andersen | 2002-01-11 | 1 | -2/+1 |
* | Ignore native ldd | Eric Andersen | 2002-01-09 | 1 | -0/+1 |
* | Build a native uClibc ldd | Eric Andersen | 2002-01-09 | 1 | -2/+11 |
* | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | 2002-01-01 | 1 | -1/+1 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 3 | -6/+30 |
* | elide some debug noise | Eric Andersen | 2001-08-27 | 1 | -1/+0 |
* | Fix problem with possible redundant entries. | Eric Andersen | 2001-08-18 | 1 | -9/+42 |
* | Fix a stupid bug causing the ld-uClibc entry to be lost. | Eric Andersen | 2001-08-17 | 1 | -14/+11 |
* | Sync up ldd behavior | Eric Andersen | 2001-08-11 | 1 | -3/+7 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 3 | -4/+18 |
* | Try search for the shared lib interpreter. Eliminate all double "//"s | Eric Andersen | 2001-08-06 | 1 | -7/+40 |
* | search_for_named_library forgot to wipe the target string, so each time | Eric Andersen | 2001-07-17 | 1 | -1/+1 |
* | Some cleanups needed for things to compile and work as expected | Eric Andersen | 2001-07-17 | 3 | -72/+57 |
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 1 | -2/+2 |
* | Rewrite of ldd so it works as expected, and does not invoke the | Eric Andersen | 2001-07-11 | 2 | -296/+344 |
* | Fix the code for finding the interpreter, which was I had | Eric Andersen | 2001-07-10 | 1 | -4/+4 |
* | A few build updates | Eric Andersen | 2001-06-15 | 1 | -2/+2 |
* | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen | 2001-06-15 | 1 | -9/+6 |
* | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen | 2001-06-14 | 1 | -1/+1 |
* | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | 2001-06-11 | 1 | -2/+2 |
* | Add a new 'readelf' util I wrote this weekend. | Eric Andersen | 2001-06-04 | 5 | -123/+325 |
* | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | 2001-06-04 | 7 | -13/+79 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 1 | -4/+2 |
* | One last structural change. Install header files to INSTALLDIR/usr/include | Eric Andersen | 2001-05-25 | 1 | -4/+1 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+2 |
* | Another cleanup. Never pass addresses as an 'int' | Eric Andersen | 2001-05-01 | 1 | -3/+3 |
* | Get rid of the a.out header file | Eric Andersen | 2001-04-27 | 2 | -2/+55 |
* | Missed these | Eric Andersen | 2001-04-26 | 1 | -2/+1 |
* | Silence a warning | Eric Andersen | 2001-04-24 | 1 | -0/+2 |
* | Ignore generated stuff. Add a 'make install' target that works. | Eric Andersen | 2001-04-23 | 1 | -0/+2 |
* | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | 2001-04-23 | 7 | -0/+1407 |