Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/26/2001 18:50:21
Module Name:	basesrc
Committed By:	drochner
Date:		Mon Mar 26 15:50:21 UTC 2001

Modified Files:
	basesrc/sbin/modload: elf.c

Log Message:
Do the last fix correctly: round the beginning of the .data segment,
otherwise an unaligned address gets passed to the linker. (which is
rounded there, so this is harmless)
XXX how about passing "-N" and killing all these hacks?


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/sbin/modload/elf.c

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