Subject: CVS commit: src/sys/arch/acorn32/stand/boot32
To: None <source-changes@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 01/08/2003 17:29:10
Module Name:	src
Committed By:	reinoud
Date:		Wed Jan  8 15:29:09 UTC 2003

Modified Files:
	src/sys/arch/acorn32/stand/boot32: rmheader.S

Log Message:
>From the comment :
/*
 * The size of the code/data to be moved is not `end - rmbase' but
 * `__bss_start__ - rmbase' for the module is loaded into RISC OS
 * based on the filesize where as NetBSD doesn't have to include all
 * the bss space into the file itself. In some odd cases the
 * relocatable module area can be smaller than the module + bss and
 * thus bomb out.
 */


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/acorn32/stand/boot32/rmheader.S

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