summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-292-2/+0
| | | | do both operations in a single pass.
* Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen2004-01-061-0/+4
|
* Use PAGE_SIZE rather than hard coding 4096Eric Andersen2003-12-171-0/+2
|
* 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