summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen2004-07-145-21/+20
* Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen2004-07-145-14/+54
* Joakim Tjernlund writes:Eric Andersen2004-06-275-54/+26
* Disable support for R_ARM_PC24, just like R_PPC_REL24 these shouldEric Andersen2004-06-241-0/+7
* Let dl-string.h include dl-sysdep.h, since it has proper include guardsEric Andersen2004-06-201-1/+1
* Whine about R_PPC_REL24 relocations, and tell people to compileEric Andersen2004-06-201-10/+15
* Joakim Tjernlund writes:Eric Andersen2004-06-191-6/+5
* Joakim Tjernlund writes:Eric Andersen2004-06-191-0/+2
* Joakim Tjernlund writes:Eric Andersen2004-06-191-1/+1
* Bradley D. LaRonde writes:Eric Andersen2004-06-191-0/+2
* Jakub Bogusz from pld-linux dot org writes:Eric Andersen2004-06-126-16/+92
* Alexandre Oliva writes:Eric Andersen2004-05-142-14/+15
* update libdl so it also groks the new _dl_errnoEric Andersen2004-05-131-0/+2
* Bradley D. LaRonde writes:Eric Andersen2004-05-131-1/+2
* Patch from Bradley D. LaRonde:Eric Andersen2004-05-121-4/+9
* Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen2004-05-1211-59/+62
* As noticed by the sharp eyed Joakim Tjernlund, I stupidlyEric Andersen2004-05-112-2/+2
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-114-15/+22
* Bradley D. LaRonde, brad at laronde dot org writes:Eric Andersen2004-05-111-1/+1
* Save r0 before modifying it.Tobias Anderberg2004-05-101-2/+4
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-2010-22/+20
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-1/+16
* 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