summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2003-11-13Joakim Tjernlund writes:Eric Andersen
2003-11-11It seems that the powerpc ldso doesn't like -O0Eric Andersen
2003-11-11Joakim Tjernlund writes:Eric Andersen
2003-11-11Another cleanup patch from Joakim Tjernlund:Eric Andersen
2003-11-08Sigh. I can't type this morning.Eric Andersen
2003-11-08Joakim Tjernlund writes:Eric Andersen
2003-11-08Joakim Tjernlund writes:Eric Andersen
2003-11-06Begin converting the client utilsEric Andersen
2003-11-06Revert change 1.26, which breaks everything. :-(Eric Andersen
2003-11-06A few debugging cleanupsEric Andersen
2003-11-05Fix a misnamed arrayEric Andersen
2003-11-05tiny cleanupEric Andersen
2003-11-05Rework the powerpc lib loader to better match the other architecturesEric Andersen
2003-11-05Fix a buglet that shows up on powerpcEric 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-18Peter Kjellerstedt writes:Eric Andersen
2003-10-15Doh! I was returning with an incorrect pointer type when dlopeningEric Andersen
2003-10-14Enable full debug support for ld-uClibc and libdlEric 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-10-09move the test for loading the wrong C library into theEric Andersen
2003-10-09When someone would dlopen a shared lib that was already opened,Eric Andersen
2003-10-04Fix a stupid bug causing 'ldd' output to not contain the fullEric Andersen
2003-09-30Don't forget addend on relocations + minor other fixes.Tobias Anderberg
2003-09-29Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen
2003-09-19* Partial re-write to match other archs and remove duplicate code.Tobias Anderberg
2003-09-19Corrected LD_BOOT macroTobias Anderberg
2003-09-19Initialize strings as pointers instead of arrays.Tobias Anderberg
2003-09-19Re-add cris to "define list" when fixing auxvt.Tobias Anderberg
2003-09-17Make sure we use the local copy of elf.h, since some systemEric Andersen
2003-09-11Simplify an expression. Use static const on strings to avoidEric Andersen
2003-09-11Stefan Allius writes:Eric Andersen
2003-09-09Fix cris shared lib loader so it compiles...Eric Andersen
2003-09-09Arm needs this to compile with gcc 2.95Eric Andersen
2003-09-02cleanup/simplify duplicate handling.Eric Andersen
2003-09-02delete some garbage, cleanup duplicate handlingEric Andersen
2003-09-02Fix a problem with dtors/dtors.Eric Andersen
2003-08-31Weed out duplicates before trying to load libraries.... DelayedEric Andersen
2003-08-27Removed CRIS specific code.Tobias Anderberg
2003-08-27Cosmetic changes.Tobias Anderberg
2003-08-22Make the mips ld.so debug noise somewhat useful, and less gratuitouslyEric Andersen
2003-08-22Remove some mips specific hacks that are no longer needed, and actively breakEric Andersen
2003-08-21Be sure to remove the old ldso.h, since it will screw thingsEric Andersen
2003-08-19I just realized we need global symbol resolution for everything inEric Andersen
2003-08-19More routine cleanupEric Andersen
2003-08-19Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen