summaryrefslogtreecommitdiffstats
path: root/ldso/util
Commit message (Expand)AuthorAgeFilesLines
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-043-30/+16
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-3/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* sigh. the warn funcs seem to be broken. Use local versionsEric Andersen2003-10-131-17/+71
* Fix an ldd bug, more ldconfig cleanupEric Andersen2003-10-132-264/+287
* Always build and install ldconfigEric Andersen2003-10-123-92/+81
* Make sure we use the local copy of elf.h, since some systemEric Andersen2003-09-171-6/+9
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-192-7/+4
* Only exec child apps if they are elf type ET_EXECEric Andersen2003-07-021-2/+3
* Fix a segfault when used on a library w/o an INTERP program header.Eric Andersen2003-06-161-3/+3
* Don't segfault when given things other than a regular file.Eric Andersen2003-06-151-0/+3
* remove a leftover debug printfEric Andersen2003-03-071-2/+0
* Patch from Stefan AlliusEric Andersen2003-03-073-23/+24
* Fixup ldd handling of multiple filesEric Andersen2003-03-061-12/+36
* Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen2003-03-041-0/+6
* Teach ldd to act just the glibc provided one (relying on theEric Andersen2003-03-012-7/+93
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-5/+5
* Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef2002-12-011-2/+2
* Ok... here's the summary:Manuel Novoa III2002-11-221-1/+1
* Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen2002-11-211-30/+62
* Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen2002-10-301-3/+3
* Patch from Stefan Allius to remove obsolete printfsEric Andersen2002-08-091-2/+0
* Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen2002-08-084-10/+74
* Don't try to compile the target utils unless told to do so.Eric Andersen2002-06-231-3/+0
* If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"2002-06-041-6/+7
* Silly me. ldd.target is for the target system, so don'tEric Andersen2002-05-291-1/+1
* Fix a couple of silly bugs I'd left in while fixing thingsEric Andersen2002-05-241-5/+11
* Fix ldd so it correctly handles search paths of just one entryEric Andersen2002-05-241-27/+29
* Pass the -s to the linkerEric Andersen2002-05-241-2/+2
* 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