summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
2004-01-16Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-12-17Use PAGE_SIZE rather than hard coding 4096Eric Andersen
2003-12-17Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen
2003-12-17Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen
2003-12-17When I switched from using stack allocated space for printf, I missed a caseEric Andersen
2003-12-05move _dl_fixup so staticly linked apps using dlopen have aEric Andersen
2003-12-03Henrik Grindal Bakken writes:Eric Andersen
2003-12-03Joakim Tjernlund writes:Eric Andersen
2003-12-03Eliminate some static buffers based on a patch from Tobias AnderbergEric Andersen
2003-11-22Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGINGEric Andersen
2003-11-22Oops. Only enable debug when debugging...Eric Andersen
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-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-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-14Enable full debug support for ld-uClibc and libdlEric Andersen
2003-10-09move the test for loading the wrong C library into theEric 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-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-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-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-19More routine cleanupEric Andersen