summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/resolve.S
AgeCommit message (Collapse)Author
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
from i386 and x86_64.
2004-07-30Whitespace cleanupEric Andersen
2001-06-14Some silly grammar stuffEric Andersen
2001-05-03Describe what this routine is supposed to do so we can port itEric Andersen
to other achitectures.
2001-04-30Sanitize the calling of _dl_linux_resolver so it can be read byEric Andersen
mere mortals, and so it says what it means. Ick this stuff was nasty. -Erik
2001-04-27Yet another large update to ld.so. In this iteration I finally gotEric Andersen
the C based syscalls working, which greatly simplifies what it takes to get new architectures running. -Erik
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik