Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/28/2003 21:44:44
Module Name:	src
Committed By:	matt
Date:		Fri Feb 28 19:44:43 UTC 2003

Modified Files:
	src/sys/kern: exec_elf32.c

Log Message:
Make sure that the initial address is aligned correctly.  Note that before
this alignment would have been backward into the dataspace covered by
MAXDSIZ.  Now the alignment is done forward.  XXX  It is expected that
in the TOPDOWN case, VM_DEFAULT_ADDRESS will make sure any address it
returns has the proper alignment for that architecure.


To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/kern/exec_elf32.c

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