summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Collapse)AuthorAgeFilesLines
* Rework the config system. Better utilize the Kconfig languageEric Andersen2003-11-042-6/+6
| | | | | which should simplify enabling arbitrary architectures. -Erik
* Always build and install ldconfigEric Andersen2003-10-122-2/+4
|
* Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen2003-09-292-2/+2
|
* Weed out duplicates before trying to load libraries.... DelayedEric Andersen2003-08-312-0/+2
| | | | | checking for duplicates and returning an alias if an existing lib is already loaded is still correct for the dlopen case.
* Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen2003-08-192-46/+16
| | | | | | | libraries multiple times, wasting memory and causing different libraries to use different symbol sets, some of which were not properly resolved. Continue scrubbing ld.so and converting it to use proper types.
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-1911-0/+1331