Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-29 | Modify interfaces for _dl_parse_relocation_information() | Eric Andersen | |
_dl_parse_lazy_relocation_information() and _dl_parse_copy_information() so they are all consistant, allowing for future consolidation. Trim some trailing whitespace as well. | |||
2004-01-29 | Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs | Eric Andersen | |
2004-01-29 | Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and | Eric Andersen | |
do both operations in a single pass. | |||
2003-11-04 | Rework the config system. Better utilize the Kconfig language | Eric Andersen | |
which should simplify enabling arbitrary architectures. -Erik | |||
2003-10-12 | Always build and install ldconfig | Eric Andersen | |
2003-08-31 | Weed out duplicates before trying to load libraries.... Delayed | Eric Andersen | |
checking for duplicates and returning an alias if an existing lib is already loaded is still correct for the dlopen case. | |||
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen | |