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

Modified Files:
	src/sys/arch/cats/conf [netbsd-2-0]: Makefile.cats.inc

Log Message:
Pull up revision 1.16 (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 -r1.15 -r1.15.2.1 src/sys/arch/cats/conf/Makefile.cats.inc

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