summaryrefslogtreecommitdiff
path: root/ldso/util
AgeCommit message (Expand)Author
2003-11-06Begin converting the client utilsEric Andersen
2003-11-04Rework the config system. Better utilize the Kconfig languageEric Andersen
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-13sigh. the warn funcs seem to be broken. Use local versionsEric Andersen
2003-10-13Fix an ldd bug, more ldconfig cleanupEric Andersen
2003-10-12Always build and install ldconfigEric Andersen
2003-09-17Make sure we use the local copy of elf.h, since some systemEric Andersen
2003-08-19Phase one of my evil plan to clean up ld.so...Eric Andersen
2003-07-02Only exec child apps if they are elf type ET_EXECEric Andersen
2003-06-16Fix a segfault when used on a library w/o an INTERP program header.Eric Andersen
2003-06-15Don't segfault when given things other than a regular file.Eric Andersen
2003-03-07remove a leftover debug printfEric Andersen
2003-03-07Patch from Stefan AlliusEric Andersen
2003-03-06Fixup ldd handling of multiple filesEric Andersen
2003-03-04Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen
2003-03-01Teach ldd to act just the glibc provided one (relying on theEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-01Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen
2002-10-30Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen
2002-08-09Patch from Stefan Allius to remove obsolete printfsEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen
2002-06-23Don't try to compile the target utils unless told to do so.Eric Andersen
2002-06-04If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"
2002-05-29Silly me. ldd.target is for the target system, so don'tEric Andersen
2002-05-24Fix a couple of silly bugs I'd left in while fixing thingsEric Andersen
2002-05-24Fix ldd so it correctly handles search paths of just one entryEric Andersen
2002-05-24Pass the -s to the linkerEric Andersen
2002-05-03No real need to make ldd.target and readelf.target be static...Eric Andersen
2002-05-02Make ldd and readelf work even with byte swapped binariesEric Andersen
2002-03-11Fixup ldd behavior to match recent ldso changeEric Andersen
2002-02-13Fix silly buffer overflowEric Andersen
2002-02-02Don't free memory prematurelyEric Andersen
2002-01-31Fix makefile so it actually works when cross compilingEric Andersen
2002-01-31make sure all utilities will build even with older toolchains byEric Andersen
2002-01-30Fixup util buildEric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-11Remove the now obsolete d-link tree. Update things to copeEric Andersen
2002-01-11Don't use target strip on native binaryEric Andersen
2002-01-09Ignore native lddEric Andersen
2002-01-09Build a native uClibc lddEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
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