Subject: CVS commit: syssrc/sys/arch/evbarm/conf
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/15/2002 21:29:23
Module Name: syssrc
Committed By: thorpej
Date: Fri Nov 15 19:29:23 UTC 2002
Modified Files:
syssrc/sys/arch/evbarm/conf: ldscript.integrator ldscript.iq80310
ldscript.iq80321 ldscript.ixm1200
Log Message:
Explicitly gather "link_set*" sections into .text (after .rodata).
This is necessary because unless we do so, since we do not pass -Ttext ...
to the linker, the "link_set*" sections end up at VMA 0.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbarm/conf/ldscript.integrator \
syssrc/sys/arch/evbarm/conf/ldscript.ixm1200
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/evbarm/conf/ldscript.iq80310 \
syssrc/sys/arch/evbarm/conf/ldscript.iq80321
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.