Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 06/13/1999 05:54:40
Module Name:	basesrc
Committed By:	mrg
Date:		Sun Jun 13 12:54:40 UTC 1999

Modified Files:
	basesrc/sbin/modload: Makefile modload.8 modload.c
Added Files:
	basesrc/sbin/modload: a.out.c elf.c modload.h

Log Message:
add ELF support, mostly from joda@pdc.kth.se (Johan Danielsson) in PR#6149,
updated for the symtab support for a.out (non for ELF yet) and other cleanup
by myself.  should work on the alpha as well as other ELF ports...
remove the ld(1) output by default, rather than leaving little binary turds
across the filesystem...


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/sbin/modload/Makefile
cvs rdiff -r0 -r1.1 basesrc/sbin/modload/a.out.c basesrc/sbin/modload/elf.c \
    basesrc/sbin/modload/modload.h
cvs rdiff -r1.11 -r1.12 basesrc/sbin/modload/modload.8
cvs rdiff -r1.24 -r1.25 basesrc/sbin/modload/modload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.