summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386
AgeCommit message (Expand)Author
2002-05-02Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen
2002-03-19Add new debug target (disabled by default) so that when debugEric Andersen
2002-03-19Cleanup header files a bit.Eric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen
2002-02-17Fix defines so debugging works as expectedEric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2001-08-11Begin removing some unnecessary inlining, and fix namingEric Andersen
2001-07-13This takes about 6k off the size of the x86 shared lib loader...Eric Andersen
2001-07-03Finish up merging the arm port into the main tree.Eric Andersen
2001-07-03Scrub a couple of intsEric Andersen
2001-06-27Cleanup to not use kernel headers at all.Eric Andersen
2001-06-14Some silly grammar stuffEric Andersen
2001-06-14Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen
2001-05-10minor formatting cleanupsEric Andersen
2001-05-08Some very minor cleanupsEric Andersen
2001-05-03Describe what this routine is supposed to do so we can port itEric Andersen
2001-05-01Another cleanup. Never pass addresses as an 'int'Eric Andersen
2001-05-01Yet another major rework. This time around, rework it to no longerEric Andersen
2001-04-30Sanitize the calling of _dl_linux_resolver so it can be read byEric Andersen
2001-04-27Eliminate the useless _dl_interpreter_exit functionEric Andersen
2001-04-27I messed up the commentEric Andersen
2001-04-27Yet another large update to ld.so. In this iteration I finally gotEric Andersen
2001-04-23Revert my syscall changes. The _syscall# macros are not PICEric Andersen
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen