summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate the PIE support option, and simply support that all the timeEric Andersen2004-02-102-33/+6
* Fix function prototype to match the official ELF standard hash functionEric Andersen2004-02-102-3/+3
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-1049-4966/+35
* oops, manditory forgotten patchEric Andersen2004-02-102-0/+262
* Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen2004-02-105-246/+104
* Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen2004-02-083-258/+129
* Cleanup whitespace and formattingEric Andersen2004-02-087-390/+377
* Add some permissions when creating the logfileEric Andersen2004-02-081-3/+3
* Thanks to Joakim's recent paches, we can now remove the FIXMEEric Andersen2004-02-072-14/+0
* Restore the library entry point so it works. It does haveEric Andersen2004-02-0720-12/+22
* Joakim Tjernlund writes:Eric Andersen2004-02-072-220/+90
* Remove unneeded forward declarationEric Andersen2004-02-071-1/+0
* Split off the stuff that cannot use function into its own file,Eric Andersen2004-02-0726-694/+1236
* Step one, begin shuffling things around a bitEric Andersen2004-02-079-87/+135
* Yet more consistancy fixupsEric Andersen2004-02-071-2/+2
* Use unsigned char * pointersEric Andersen2004-02-073-3/+3
* Trim trailing whitespaceEric Andersen2004-02-062-14/+14
* Remove trailing whitespaceEric Andersen2004-02-062-128/+126
* Fixup a badly merged updateEric Andersen2004-02-051-4/+7
* Use a static const char array for static stringsEric Andersen2004-02-042-4/+4
* Jakub Bogusz writes:Eric Andersen2004-02-013-2/+4
* Revert to scope as used by original code for now, just in case.Eric Andersen2004-01-311-2/+4
* Joakim Tjernlund writes:Eric Andersen2004-01-301-117/+87
* Modify interfaces for _dl_parse_relocation_information()Eric Andersen2004-01-2913-250/+245
* Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefsEric Andersen2004-01-296-93/+87
* Joakim Tjernlund writes:Eric Andersen2004-01-291-50/+46
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-297-136/+49
* Fixup silly typoEric Andersen2004-01-291-1/+1
* Patch from Joakim Tjernlund:Eric Andersen2004-01-292-38/+20
* Patch from Joakim Tjernlund to get rid of an annoying warning.Eric Andersen2004-01-272-2/+2
* Joakim Tjernlund writes:Eric Andersen2004-01-241-241/+178
* As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen2004-01-202-2/+0
* Paul Mundt writes:Eric Andersen2004-01-202-2/+6
* Joakim Tjernlund writes:Eric Andersen2004-01-201-5/+3
* We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III2004-01-161-1/+1
* Make sure we remove -fomit-frame-pointer from the ldso build. It'sDavid McCullough2004-01-161-0/+3
* Some badly behaved arches fail to provide a PAGE_SIZE defineEric Andersen2004-01-061-0/+4
* Peter S. Mazinger writes:Eric Andersen2004-01-021-0/+45
* Use PAGE_SIZE rather than hard coding 4096Eric Andersen2003-12-175-29/+31
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-178-0/+1039
* Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen2003-12-1717-69/+71
* When I switched from using stack allocated space for printf, I missed a caseEric Andersen2003-12-172-6/+10
* move _dl_fixup so staticly linked apps using dlopen have aEric Andersen2003-12-053-65/+132
* Henrik Grindal Bakken writes:Eric Andersen2003-12-032-4/+20
* Joakim Tjernlund writes:Eric Andersen2003-12-031-2/+2
* Eliminate some static buffers based on a patch from Tobias AnderbergEric Andersen2003-12-032-12/+60
* Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGINGEric Andersen2003-11-221-2/+2
* Oops. Only enable debug when debugging...Eric Andersen2003-11-221-2/+1
* Joakim Tjernlund writes:Eric Andersen2003-11-131-10/+11
* It seems that the powerpc ldso doesn't like -O0Eric Andersen2003-11-111-1/+7