Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/16/1996 20:40:03
cgd
Mon Dec 16 12:38:08 PST 1996
Update of /cvsroot/src/libexec/ld.elf_so
In directory netbsd1:/var/slash-tmp/cvs-serv7964

Added Files:
	Makefile README debug.c debug.h headers.c link.h load.c 
	malloc.c map_object.c paths.c reloc.c rtld.c rtld.h rtldenv.h 
	search.c symbol.c xmalloc.c xprintf.c 
Log Message:
First cut at an ELF shared loader.  Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to
make it work with new versions of the toolchain, etc.).  This runs, but it's
in serious need of cleaning and/or a fair bit of reworking.  See the README
file for more information, and a list of things to do.


cgd
Mon Dec 16 12:38:10 PST 1996
Update of /cvsroot/src/libexec/ld.elf_so/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv7964/alpha

Added Files:
	Makefile.inc rtld_start.S 
Log Message:
First cut at an ELF shared loader.  Originally from John Polstra's FreeBSD elf
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to
make it work with new versions of the toolchain, etc.).  This runs, but it's
in serious need of cleaning and/or a fair bit of reworking.  See the README
file for more information, and a list of things to do.