Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/13/2004 09:39:41
Module Name:	src
Committed By:	chs
Date:		Mon Sep 13 09:39:40 UTC 2004

Modified Files:
	src/sys/arch/cats/conf: Makefile.cats.inc
	src/sys/arch/shark/conf: Makefile.shark.inc
	src/sys/conf: Makefile.kern.inc
Added Files:
	src/sys/arch/arm/conf: kern.ldscript.head kern.ldscript.tail
	    mkldscript.sh

Log Message:
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 src/sys/arch/arm/conf/kern.ldscript.head \
    src/sys/arch/arm/conf/kern.ldscript.tail \
    src/sys/arch/arm/conf/mkldscript.sh
cvs rdiff -r1.15 -r1.16 src/sys/arch/cats/conf/Makefile.cats.inc
cvs rdiff -r1.4 -r1.5 src/sys/arch/shark/conf/Makefile.shark.inc
cvs rdiff -r1.56 -r1.57 src/sys/conf/Makefile.kern.inc

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