summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* Look in /usr/X11R6/lib as wellEric Andersen2004-03-181-1/+1
* Joakim Tjernlund writes:Eric Andersen2004-03-181-8/+4
* Sigh. I switched the values...Eric Andersen2004-02-201-2/+2
* Per discussion with Joakim Tjernlund, all the horrible weak declarations junkEric Andersen2004-02-201-78/+96
* Patch from Joakim Tjernlund:Eric Andersen2004-02-201-22/+13
* ___brk_addr and __environ are not functions. Finding the brokenEric Andersen2004-02-201-2/+2
* Slightly cleaner formattingEric Andersen2004-02-201-4/+4
* Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III2004-02-201-1/+1
* When doing symbol lookups on functionsEric Andersen2004-02-201-4/+4
* Minor change to better match recent changes to other archesEric Andersen2004-02-182-61/+63
* Alexandre Oliva writes:Eric Andersen2004-02-185-0/+1474
* Fixup support for gcc 2.95Eric Andersen2004-02-171-15/+15
* Seperate out the startup stuff from the non-startup stuff.Eric Andersen2004-02-1718-694/+696
* Kill off an arm specific hack, that fostered three other arch specificEric Andersen2004-02-172-13/+5
* When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen2004-02-172-4/+4
* Do not duplicate stuff from ldso.hEric Andersen2004-02-171-12/+0
* Provide the ldso syscalls and string funcs earlier in the listEric Andersen2004-02-171-3/+4
* No point in including debug info for ldso. It isn't helpful to do soEric Andersen2004-02-141-5/+4
* Atsushi Nemoto writes:Eric Andersen2004-02-141-2/+3
* Fix this as should have been done a long time ago...Manuel Novoa III2004-02-141-0/+3
* Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen2004-02-149-30/+31
* Joakim Tjernlund writes:Eric Andersen2004-02-1425-123/+177
* Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen2004-02-122-4/+4
* 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