summaryrefslogtreecommitdiffstats
path: root/ldso/util
Commit message (Expand)AuthorAgeFilesLines
* No real need to make ldd.target and readelf.target be static...Eric Andersen2002-05-031-2/+2
* Make ldd and readelf work even with byte swapped binariesEric Andersen2002-05-022-33/+105
* Fixup ldd behavior to match recent ldso changeEric Andersen2002-03-111-6/+26
* Fix silly buffer overflowEric Andersen2002-02-131-2/+5
* Don't free memory prematurelyEric Andersen2002-02-021-4/+0
* Fix makefile so it actually works when cross compilingEric Andersen2002-01-311-6/+6
* make sure all utilities will build even with older toolchains byEric Andersen2002-01-316-18/+22
* Fixup util buildEric Andersen2002-01-302-3/+4
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-8/+14
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-111-5/+5
* Don't use target strip on native binaryEric Andersen2002-01-111-2/+1
* Ignore native lddEric Andersen2002-01-091-0/+1
* Build a native uClibc lddEric Andersen2002-01-091-2/+11
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-1/+1
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-193-6/+30
* 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-083-4/+18
* 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-173-72/+57
* This commit merges David Schleef's updates to the build system, which aEric Andersen2001-07-121-2/+2
* Rewrite of ldd so it works as expected, and does not invoke theEric Andersen2001-07-112-296/+344
* Fix the code for finding the interpreter, which was I hadEric Andersen2001-07-101-4/+4
* A few build updatesEric Andersen2001-06-151-2/+2
* Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen2001-06-151-9/+6
* Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen2001-06-141-1/+1
* Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.Manuel Novoa III2001-06-111-2/+2
* Add a new 'readelf' util I wrote this weekend.Eric Andersen2001-06-045-123/+325
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-047-13/+79
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-4/+2
* One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen2001-05-251-4/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+2
* Another cleanup. Never pass addresses as an 'int'Eric Andersen2001-05-011-3/+3
* Get rid of the a.out header fileEric Andersen2001-04-272-2/+55
* Missed theseEric Andersen2001-04-261-2/+1
* Silence a warningEric Andersen2001-04-241-0/+2
* Ignore generated stuff. Add a 'make install' target that works.Eric Andersen2001-04-231-0/+2
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-237-0/+1407