OSDN Git Service

Phase one of my evil plan to clean up ld.so...
authorEric Andersen <andersen@codepoet.org>
Tue, 19 Aug 2003 06:05:34 +0000 (06:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 19 Aug 2003 06:05:34 +0000 (06:05 -0000)
commitbca6a155c79147f706242ed7c590a3538e407a40
tree17c7d7784edc61f3984fb3255672f3ecfe826d22
parentfd47fd4039cadf42620bbfce43c3a0338e23ee26
Phase one of my evil plan to clean up ld.so...
25 files changed:
ldso/Makefile
ldso/config.h [deleted file]
ldso/include/.cvsignore [new file with mode: 0644]
ldso/include/dl-elf.h [new file with mode: 0644]
ldso/include/dl-hash.h [new file with mode: 0644]
ldso/include/dl-string.h [new file with mode: 0644]
ldso/include/dl-syscall.h [new file with mode: 0644]
ldso/include/dlfcn.h [new file with mode: 0644]
ldso/include/ld_elf.h [new file with mode: 0644]
ldso/include/ld_hash.h [moved from ldso/ldso/ld_hash.h with 74% similarity]
ldso/include/ld_string.h [moved from ldso/ldso/ld_string.h with 99% similarity]
ldso/include/ld_syscall.h [moved from ldso/ldso/ld_syscall.h with 96% similarity]
ldso/include/ldso.h [new file with mode: 0644]
ldso/ldso/.cvsignore
ldso/ldso/Makefile
ldso/ldso/dl-elf.c
ldso/ldso/ldso.c
ldso/ldso/linuxelf.h [deleted file]
ldso/ldso/readelflib1.c
ldso/libdl/Makefile
ldso/libdl/dlfcn.h [deleted file]
ldso/libdl/dlib.c
ldso/libdl/libdl.c
ldso/util/Makefile
ldso/util/ldconfig.c