Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/15/2001 23:52:36
Module Name:	syssrc
Committed By:	christos
Date:		Sun Jul 15 20:52:36 UTC 2001

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

Log Message:
Fix problem reported by Greg Woods, with ld -n generated binaries.
Now if the requested alignment of the psection is less than PAGE_SIZE
we use readvn, not pagedvn and we don't adjust sizes.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/kern/exec_elf32.c

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