Subject: CVS commit: src/sys/arch/m68k/include
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 08/03/2006 20:32:07
Module Name:	src
Committed By:	mhitch
Date:		Thu Aug  3 20:32:07 UTC 2006

Modified Files:
	src/sys/arch/m68k/include: asm_single.h

Log Message:
gcc4 checks for and warns of matching constraints that don't specify
a register operand.  Remove the matching constraint and change the output
operand constraint from "=m" (write-only) to "+m" (read-write).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/m68k/include/asm_single.h

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