Subject: CVS commit: syssrc/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/31/2001 01:51:04
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Oct 30 23:51:04 UTC 2001

Modified Files:
	syssrc/sys/lib/libsa: loadfile.c
Added Files:
	syssrc/sys/lib/libsa: loadfile_aout.c loadfile_ecoff.c loadfile_elf32.c

Log Message:
Split the exec formats included by loadfile() into separate files.
Primary goal: explcitly select which ELF format (elf32 or elf64) to
support for a cross tool which uses loadfile().


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/lib/libsa/loadfile.c
cvs rdiff -r0 -r1.1 syssrc/sys/lib/libsa/loadfile_aout.c \
    syssrc/sys/lib/libsa/loadfile_ecoff.c \
    syssrc/sys/lib/libsa/loadfile_elf32.c

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