summaryrefslogtreecommitdiff
path: root/ldso/ldso/m68k
AgeCommit message (Expand)Author
2005-09-21__set_errno must be redefined after #include "sys/syscall.h".Joakim Tjernlund
2005-07-08help if i named the var correctly ...Mike Frysinger
2005-07-08dl-debug.h for m68kMike Frysinger
2005-06-03clean up syntax/whitespace and a few variables to minimize diffs between i386...Mike Frysinger
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-18Forgot to commit the arch cleanup changes to m68kJoakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-16merge the syscalls and punt the glibc import in the process (blah, what a was...Mike Frysinger
2005-03-16updates to match i386Mike Frysinger
2005-03-16clean up whitespace style and hack around a build failure or twoMike Frysinger
2005-03-16fix 13mo+ old typoMike Frysinger
2005-03-16clean up style to be match i386Mike Frysinger
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-09-23Don't allow undefined global symbols to pass.Joakim Tjernlund
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-05-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-17Seperate out the startup stuff from the non-startup stuff.Eric Andersen
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-07Restore the library entry point so it works. It does haveEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2003-12-17Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-08-08Make some strings constEric Andersen
2002-05-28Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstractEric Andersen
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-25Fix up all non-x86 arches to cope with the latest ldso updateEric 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-06-27Cleanup to not use kernel headers at all.Eric Andersen
2001-06-14Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen
2001-06-07Changes needed to build the ldso dir for m68k. I haven't tested it,David McCullough
2001-05-01Yet another major rework. This time around, rework it to no longerEric Andersen
2001-04-27For m68k I forgot a needed #undefEric 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-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen