/freebsd/libexec/rtld-elf/amd64/ |
H A D | Makefile.inc | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|
H A D | reloc.c | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | Makefile.inc | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|
H A D | reloc.c | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|
/freebsd/libexec/rtld-elf/ |
H A D | Makefile | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|
H A D | rtld.h | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|
H A D | rtld.c | diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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. diff d5b537d01a6711c4426da2a627b11a71cf3b11e8 Fri Apr 09 02:28:43 CEST 1999 John Polstra <jdp@FreeBSD.org> 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.
|