Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/26/2003 23:18:24
Module Name:	src
Committed By:	matt
Date:		Wed Feb 26 21:18:24 UTC 2003

Modified Files:
	src/sys/kern: exec_elf32.c exec_subr.c
	src/sys/sys: exec.h

Log Message:
Make elf32 load_file work properly with TOPDOWN by mapping psections in
reverse order.  Remove TOPDOWN support from VMCMDs since elf32 does the
right stuff now.  With these changes, VAX can now use TOPDOWN.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/kern/exec_elf32.c
cvs rdiff -r1.34 -r1.35 src/sys/kern/exec_subr.c
cvs rdiff -r1.93 -r1.94 src/sys/sys/exec.h

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