summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Joakim Tjernlund to get rid of an annoying warning.Eric Andersen2004-01-272-2/+2
* Joakim Tjernlund writes:Eric Andersen2004-01-241-241/+178
* As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen2004-01-202-2/+0
* Paul Mundt writes:Eric Andersen2004-01-202-2/+6
* Joakim Tjernlund writes:Eric Andersen2004-01-201-5/+3
* We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III2004-01-161-1/+1
* Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough2004-01-161-0/+3
* Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen2004-01-061-0/+4
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+45
* Use PAGE_SIZE rather than hard coding 4096Eric Andersen2003-12-175-29/+31
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-178-0/+1039
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-1717-69/+71
* When I switched from using stack allocated space for printf, I missed a caseEric Andersen2003-12-172-6/+10
* move _dl_fixup so staticly linked apps using dlopen have aEric Andersen2003-12-053-65/+132
* Henrik Grindal Bakken writes:Eric Andersen2003-12-032-4/+20
* Joakim Tjernlund writes:Eric Andersen2003-12-031-2/+2
* Eliminate some static buffers based on a patch from Tobias AnderbergEric Andersen2003-12-032-12/+60
* Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGINGEric Andersen2003-11-221-2/+2
* Oops. Only enable debug when debugging...Eric Andersen2003-11-221-2/+1
* Joakim Tjernlund writes:Eric Andersen2003-11-131-10/+11
* It seems that the powerpc ldso doesn't like -O0Eric Andersen2003-11-111-1/+7
* Joakim Tjernlund writes:Eric Andersen2003-11-111-7/+9
* Another cleanup patch from Joakim Tjernlund:Eric Andersen2003-11-111-12/+10
* Sigh. I can't type this morning.Eric Andersen2003-11-082-2/+2
* Joakim Tjernlund writes:Eric Andersen2003-11-082-4/+6
* Joakim Tjernlund writes:Eric Andersen2003-11-081-2/+25
* Begin converting the client utilsEric Andersen2003-11-0610-2247/+2
* Revert change 1.26, which breaks everything. :-(Eric Andersen2003-11-061-2/+3
* A few debugging cleanupsEric Andersen2003-11-061-6/+14
* Fix a misnamed arrayEric Andersen2003-11-051-7/+1
* tiny cleanupEric Andersen2003-11-051-3/+2
* Rework the powerpc lib loader to better match the other architecturesEric Andersen2003-11-051-331/+328
* Fix a buglet that shows up on powerpcEric Andersen2003-11-052-4/+4
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-049-58/+32
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-311-3/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-184-8/+8
* Peter Kjellerstedt writes:Eric Andersen2003-10-185-11/+10
* Peter Kjellerstedt writes:Eric Andersen2003-10-182-6/+6
* Doh! I was returning with an incorrect pointer type when dlopeningEric Andersen2003-10-152-14/+14
* Enable full debug support for ld-uClibc and libdlEric Andersen2003-10-142-0/+18
* 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-125-94/+85
* move the test for loading the wrong C library into theEric Andersen2003-10-092-32/+52
* When someone would dlopen a shared lib that was already opened,Eric Andersen2003-10-092-24/+28
* Fix a stupid bug causing 'ldd' output to not contain the fullEric Andersen2003-10-041-2/+1
* Don't forget addend on relocations + minor other fixes.Tobias Anderberg2003-09-301-3/+11
* Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen2003-09-292-2/+2
* * Partial re-write to match other archs and remove duplicate code.Tobias Anderberg2003-09-191-229/+226
* Corrected LD_BOOT macroTobias Anderberg2003-09-192-2/+2