OSDN Git Service

Yet another large update to ld.so. In this iteration I finally got
authorEric Andersen <andersen@codepoet.org>
Fri, 27 Apr 2001 17:23:26 +0000 (17:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 27 Apr 2001 17:23:26 +0000 (17:23 -0000)
commit9d5bfe0b9467fc6f54f564648edbc9676106d08d
tree135e8ecc10701fe8b0fe7f441f0171ac59961ab8
parent8802da12759ac0cc4fefb09c02522857a3fc961d
Yet another large update to ld.so.  In this iteration I finally got
the C based syscalls working, which greatly simplifies what it takes
to get new architectures running.
 -Erik
18 files changed:
ldso/ldso/Makefile
ldso/ldso/i386/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/i386/dl-sysdep.h
ldso/ldso/i386/ld_syscalls.h [new file with mode: 0644]
ldso/ldso/i386/ld_sysdep.h
ldso/ldso/i386/resolve.S
ldso/ldso/i386/syscalls.h [new file with mode: 0644]
ldso/ldso/i386/sysdep.h
ldso/ldso/ld_syscall.h [new file with mode: 0644]
ldso/ldso/m68k/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/m68k/ld_syscalls.h [new file with mode: 0644]
ldso/ldso/m68k/resolve.S
ldso/ldso/m68k/syscalls.h [new file with mode: 0644]
ldso/ldso/sparc/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/sparc/ld_syscalls.h [new file with mode: 0644]
ldso/ldso/sparc/syscalls.h [new file with mode: 0644]
ldso/ldso/syscall.h [new file with mode: 0644]
ldso/libdl/Makefile