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 23:24:10
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Oct 31 21:24:09 UTC 2001

Modified Files:
	syssrc/sys/lib/libsa: loadfile_elf32.c

Log Message:
Make the ELF loadfile routines byte-order independent when used in
a non-_STANDALONE environment (e.g. installboot(8)): internalize and
externalize the exec, program, and section headers as necessary.

Reviewed and OK'd by Christos.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 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.