Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 06/30/2000 23:41:07
Module Name:	syssrc
Committed By:	matt
Date:		Sat Jul  1 06:41:07 UTC 2000

Modified Files:
	syssrc/sys/arch/vax/include: lock.h

Log Message:
GCC 2.96 wants the = constraint first.  Also change to be a bit more
efficient.  Instead of using indirect register access, change the
constraint to memory and use the value directly.  This allow PC-rel
access among other things.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/vax/include/lock.h

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