Subject: CVS commit: src/sys/arch/sparc
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 06/28/2006 20:55:46
Module Name:	src
Committed By:	martin
Date:		Wed Jun 28 20:55:46 UTC 2006

Modified Files:
	src/sys/arch/sparc/include: types.h
	src/sys/arch/sparc/sparc: locore.s

Log Message:
Align the size and alignment of label_t (kernel jmp_buf equivalent)
with the use in setjmp/longjmp. Duh!
This makes DDB work again on sparc kernels compiled with gcc4.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/arch/sparc/include/types.h
cvs rdiff -r1.226 -r1.227 src/sys/arch/sparc/sparc/locore.s

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