summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2004-02-17Seperate out the startup stuff from the non-startup stuff.Eric Andersen
2004-02-17Kill off an arm specific hack, that fostered three other arch specificEric Andersen
2004-02-17When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen
2004-02-17Do not duplicate stuff from ldso.hEric Andersen
2004-02-17Provide the ldso syscalls and string funcs earlier in the listEric Andersen
2004-02-14No point in including debug info for ldso. It isn't helpful to do soEric Andersen
2004-02-14Atsushi Nemoto writes:Eric Andersen
2004-02-14Fix this as should have been done a long time ago...Manuel Novoa III
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-12Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen
2004-02-10Eliminate the PIE support option, and simply support that all the timeEric Andersen
2004-02-10Fix function prototype to match the official ELF standard hash functionEric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-10oops, manditory forgotten patchEric Andersen
2004-02-10Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen
2004-02-08Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-08Add some permissions when creating the logfileEric Andersen
2004-02-07Thanks to Joakim's recent paches, we can now remove the FIXMEEric Andersen
2004-02-07Restore the library entry point so it works. It does haveEric Andersen
2004-02-07Joakim Tjernlund writes:Eric Andersen
2004-02-07Remove unneeded forward declarationEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-02-07Yet more consistancy fixupsEric Andersen
2004-02-07Use unsigned char * pointersEric Andersen
2004-02-06Trim trailing whitespaceEric Andersen
2004-02-06Remove trailing whitespaceEric Andersen
2004-02-05Fixup a badly merged updateEric Andersen
2004-02-04Use a static const char array for static stringsEric Andersen
2004-02-01Jakub Bogusz writes:Eric Andersen
2004-01-31Revert to scope as used by original code for now, just in case.Eric Andersen
2004-01-30Joakim Tjernlund writes:Eric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2004-01-29Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen
2004-01-29Joakim Tjernlund writes:Eric Andersen
2004-01-29Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen
2004-01-29Fixup silly typoEric Andersen
2004-01-29Patch from Joakim Tjernlund:Eric Andersen
2004-01-27Patch from Joakim Tjernlund to get rid of an annoying warning.Eric Andersen
2004-01-24Joakim Tjernlund writes:Eric Andersen
2004-01-20As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen
2004-01-20Paul Mundt writes:Eric Andersen
2004-01-20Joakim Tjernlund writes:Eric Andersen
2004-01-16We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III
2004-01-16Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough
2004-01-06Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
2003-12-17Use PAGE_SIZE rather than hard coding 4096Eric Andersen