Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/evbarm/conf
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.
Home |
Main Index |
Thread Index |
Old Index