Subject: CVS commit: src/lib/libpthread/arch/alpha
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/08/2007 16:04:43
Module Name:	src
Committed By:	skrll
Date:		Mon Oct  8 16:04:43 UTC 2007

Modified Files:
	src/lib/libpthread/arch/alpha: _context_u.S pthread_md.h

Log Message:
Provide PTHREAD__ASM_RASOPS for alpha.

The gcc generated lock try RAS is broken as the store needs to be the last
instruction.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/arch/alpha/_context_u.S
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/arch/alpha/pthread_md.h

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