summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-02-07Yet more consistancy fixupsEric Andersen
2004-02-07Use unsigned char * pointersEric Andersen
2004-02-06Trim trailing whitespaceEric Andersen
2004-02-06Remove trailing whitespaceEric Andersen
2004-02-05Fixup a badly merged updateEric Andersen
2004-02-04Use a static const char array for static stringsEric Andersen
2004-02-01Jakub Bogusz writes:Eric Andersen
2004-01-31Revert to scope as used by original code for now, just in case.Eric Andersen
2004-01-30Joakim Tjernlund writes:Eric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2004-01-29Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen
2004-01-29Joakim Tjernlund writes:Eric Andersen
2004-01-29Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen
2004-01-29Fixup silly typoEric Andersen
2004-01-29Patch from Joakim Tjernlund:Eric Andersen
2004-01-27Patch from Joakim Tjernlund to get rid of an annoying warning.Eric Andersen
2004-01-24Joakim Tjernlund writes:Eric Andersen
2004-01-20As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen
2004-01-20Paul Mundt writes:Eric Andersen
2004-01-20Joakim Tjernlund writes:Eric Andersen
2004-01-16We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III
2004-01-16Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough
2004-01-06Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen
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-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