Date: Thu, 8 Apr 1999 17:28:44 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile rtld.c rtld.h src/libexec/rtld-elf/alpha Makefile.inc rtld_machdep.h reloc.c src/libexec/rtld-elf/i386 Makefile.inc elf_rtld.x rtld_machdep.h reloc.c Message-ID: <199904090028.RAA15626@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/04/08 17:28:44 PDT Modified files: libexec/rtld-elf Makefile rtld.c rtld.h libexec/rtld-elf/alpha reloc.c libexec/rtld-elf/i386 reloc.c Added files: libexec/rtld-elf/alpha Makefile.inc rtld_machdep.h libexec/rtld-elf/i386 Makefile.inc elf_rtld.x rtld_machdep.h Log: Eliminate all machine-dependent code from the main source body and the Makefile, and move it down into the architecture-specific subdirectories. Eliminate an asm() statement for the i386. Make the dynamic linker work if it is built as an executable instead of as a shared library. See i386/Makefile.inc to find out how to do it. Note, this change is not enabled and it might never be enabled. But it might be useful in the future. Building the dynamic linker as an executable should make it start up faster, because it won't have any relocations. But in practice I suspect the difference is negligible. Revision Changes Path 1.6 +27 -12 src/libexec/rtld-elf/Makefile 1.20 +39 -71 src/libexec/rtld-elf/rtld.c 1.6 +8 -4 src/libexec/rtld-elf/rtld.h 1.4 +14 -1 src/libexec/rtld-elf/alpha/reloc.c 1.2 +11 -1 src/libexec/rtld-elf/i386/reloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904090028.RAA15626>