Subject: CVS commit: src/sys/arch/evbarm/conf
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/06/2003 01:54:23
Module Name:	src
Committed By:	thorpej
Date:		Wed Mar  5 23:54:23 UTC 2003

Modified Files:
	src/sys/arch/evbarm/conf: ldscript.evbarm

Log Message:
When computing the LOADADDR() of .data and .sdata, use:

 LOADADDR(previous_section) + (ADDR(current_section) - ADDR(previous_section))

to avoid using SIZEOF(), which does not properly take into account
the size of orphans that might be sorted with the section.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/evbarm/conf/ldscript.evbarm

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