Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/sys/conf



Module Name:    src
Committed By:   tron
Date:           Mon Sep 13 17:32:32 UTC 2004

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

Log Message:
Pull up revision 1.57 (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.51.2.2 -r1.51.2.3 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.




Home | Main Index | Thread Index | Old Index