summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initialize strings as pointers instead of arrays.Tobias Anderberg2003-09-192-4/+4
* Re-add cris to "define list" when fixing auxvt.Tobias Anderberg2003-09-191-1/+1
* Make sure we use the local copy of elf.h, since some systemEric Andersen2003-09-171-6/+9
* Simplify an expression. Use static const on strings to avoidEric Andersen2003-09-112-12/+10
* Stefan Allius writes:Eric Andersen2003-09-111-36/+45
* Fix cris shared lib loader so it compiles...Eric Andersen2003-09-091-2/+4
* Arm needs this to compile with gcc 2.95Eric Andersen2003-09-092-0/+24
* cleanup/simplify duplicate handling.Eric Andersen2003-09-022-26/+92
* delete some garbage, cleanup duplicate handlingEric Andersen2003-09-021-67/+34
* Fix a problem with dtors/dtors.Eric Andersen2003-09-022-70/+92
* Weed out duplicates before trying to load libraries.... DelayedEric Andersen2003-08-315-30/+102
* Removed CRIS specific code.Tobias Anderberg2003-08-271-4/+0
* Cosmetic changes.Tobias Anderberg2003-08-275-169/+181
* Make the mips ld.so debug noise somewhat useful, and less gratuitouslyEric Andersen2003-08-221-35/+129
* Remove some mips specific hacks that are no longer needed, and actively breakEric Andersen2003-08-221-31/+13
* Be sure to remove the old ldso.h, since it will screw thingsEric Andersen2003-08-211-1/+1
* I just realized we need global symbol resolution for everything inEric Andersen2003-08-192-122/+10
* More routine cleanupEric Andersen2003-08-191-12/+13
* Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen2003-08-1910-281/+501
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-1925-437/+928
* Only exec child apps if they are elf type ET_EXECEric Andersen2003-07-021-2/+3