freebsd-dev/libexec/rtld-elf
jdp 3ca4129b7d 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
..
alpha Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
amd64 Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
i386 Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
debug.c Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
debug.h Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00
Makefile Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
malloc.c Add alpha support. 1998-09-04 19:03:57 +00:00
map_object.c Add alpha support. 1998-09-04 19:03:57 +00:00
rtld.1 spelling corrections. 1997-09-13 16:01:53 +00:00
rtld.c Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
rtld.h Eliminate all machine-dependent code from the main source body and 1999-04-09 00:28:43 +00:00
xmalloc.c Import the ELF dynamic linker. This is the ElfKit version with 1998-03-07 19:24:35 +00:00