Subject: CVS commit: xsrc/xfree/xc/programs/Xserver
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 08/03/2006 20:12:48
Module Name: xsrc
Committed By: mhitch
Date: Thu Aug 3 20:12:48 UTC 2006
Modified Files:
xsrc/xfree/xc/programs/Xserver/cfb: cfbmskbits.h
xsrc/xfree/xc/programs/Xserver/mfb: maskbits.h
Log Message:
gcc4 checks for and warns of matching contraints not being a register.
Remove the matching constraint and change output constraint from "=o"
(write-only) to "+o" (read-write).
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 xsrc/xfree/xc/programs/Xserver/cfb/cfbmskbits.h
cvs rdiff -r1.5 -r1.6 xsrc/xfree/xc/programs/Xserver/mfb/maskbits.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.