Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/sys/arch/shark/conf
Module Name: src
Committed By: tron
Date: Mon Sep 13 17:32:19 UTC 2004
Modified Files:
src/sys/arch/shark/conf [netbsd-2-0]: Makefile.shark.inc
Log Message:
Pull up revision 1.5 (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.4 -r1.4.2.1 src/sys/arch/shark/conf/Makefile.shark.inc
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