Subject: CVS commit: src/sys/arch/alpha/alpha
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 03/23/2004 18:44:00
Module Name:	src
Committed By:	matt
Date:		Tue Mar 23 18:44:00 UTC 2004

Modified Files:
	src/sys/arch/alpha/alpha: trap.c

Log Message:
In alpha_ucode_to_ksiginfo, don't adjust ucode since that's already been
done in the FP_C_TO_NETBSD_MASK macro.  Constify a read-only static array.
This should fix regress/lib/libc/ieeefp/except failures.


To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 src/sys/arch/alpha/alpha/trap.c

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