freebsd-dev/libexec/rtld-elf/amd64
John Polstra d5b537d01a 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.
1999-04-09 00:28:43 +00:00
..
elf_rtld.x Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
Makefile.inc Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
reloc.c Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
rtld_machdep.h Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
rtld_start.S Add alpha support. 1998-09-04 19:03:57 +00:00