Subject: CVS commit: src/sys/arch/x68k/x68k
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 08/04/2006 02:17:35
Module Name: src
Committed By: mhitch
Date: Fri Aug 4 02:17:35 UTC 2006
Modified Files:
src/sys/arch/x68k/x68k: machdep.c
Log Message:
gcc4 fix: gcc4 bug generates a label twice. This label can't be conveniently
ignored like bpendtsleep, but a clue from the commit skipping the bpendtsleep
label for vax provides a workaround. Move the label to an earlier location
and gcc4 only generates one label. The label just marks the start of
memory protected during a memory test, so excluding a little more memory
from that test should be fine.
To generate a diff of this commit:
cvs rdiff -r1.131 -r1.132 src/sys/arch/x68k/x68k/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.