minix/libexec/ld.elf_so
Ben Gras 53002f6f6c recognize and execute dynamically linked executables
. generalize libexec slightly to get some more necessary information
	  from ELF files, e.g. the interpreter
	. execute dynamically linked executables when exec()ed by VFS
	. switch to netbsd variant of elf32.h exclusively, solves some
	  conflicting headers
2012-04-16 00:41:42 +00:00
..
arch switch to netbsd csu 2012-04-12 13:26:24 +02:00
debug.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
debug.h switch to netbsd csu 2012-04-12 13:26:24 +02:00
expand.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
headers.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
ld.elf_so.1 switch to netbsd csu 2012-04-12 13:26:24 +02:00
load.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
Makefile recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
map_object.c recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
paths.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
README switch to netbsd csu 2012-04-12 13:26:24 +02:00
reloc.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
rtld.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
rtld.h switch to netbsd csu 2012-04-12 13:26:24 +02:00
rtldenv.h switch to netbsd csu 2012-04-12 13:26:24 +02:00
search.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
symbol.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
sysident.h switch to netbsd csu 2012-04-12 13:26:24 +02:00
TODO switch to netbsd csu 2012-04-12 13:26:24 +02:00
xmalloc.c switch to netbsd csu 2012-04-12 13:26:24 +02:00
xprintf.c switch to netbsd csu 2012-04-12 13:26:24 +02:00

$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $

TO DO:

* Support for coexistence of 32-bit and 64-bit ELF on platforms that can
  do that.