Subject: PR/14614 CVS commit: src/sys/arch/vax/vax
To: None <port-vax-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Anders Magnusson <ragge@netbsd.org>
List: netbsd-bugs
Date: 12/31/2006 10:55:02
The following reply was made to PR port-vax/14614; it has been noted by GNATS.
From: Anders Magnusson <ragge@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/14614 CVS commit: src/sys/arch/vax/vax
Date: Sun, 31 Dec 2006 10:52:52 +0000 (UTC)
Module Name: src
Committed By: ragge
Date: Sun Dec 31 10:52:52 UTC 2006
Modified Files:
src/sys/arch/vax/vax: in4_cksum.c in_cksum.c
Log Message:
GCC constraints error for inline assembler, causing in_cksum to calculate
the checksum wrong in the non-optimized case. Fix provided in PR#14614
by Rhialto, so this solves this PR.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/vax/vax/in4_cksum.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/vax/vax/in_cksum.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.