Subject: CVS commit: [netbsd-2-0] src/sys/arch/arm/conf
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/13/2004 17:32:39
Module Name:	src
Committed By:	tron
Date:		Mon Sep 13 17:32:39 UTC 2004

Added Files:
	src/sys/arch/arm/conf [netbsd-2-0]: kern.ldscript.head
	    kern.ldscript.tail mkldscript.sh

Log Message:
Pull up revision 1.1 (requested by chs in ticket #843):
work around a binutils bug where converting ELF kernels to a.out with objcopy
produces corrupted binaries when the link_set_* sections extend into another
page after the end of the .text section by using a generated an ldscript that
puts all the link_set_* data into the .text section in the first place.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/sys/arch/arm/conf/kern.ldscript.head \
    src/sys/arch/arm/conf/kern.ldscript.tail \
    src/sys/arch/arm/conf/mkldscript.sh

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