Subject: CVS commit: src/lib/libpthread/arch/sh3
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 06/23/2003 19:34:47
Module Name:	src
Committed By:	uwe
Date:		Mon Jun 23 19:34:47 UTC 2003

Added Files:
	src/lib/libpthread/arch/sh3: _context_u.S genassym.cf pthread_md.h
	    pthread_switch.S

Log Message:
First bits of SH3 support.  Only _context_u.S is implemented (passess
cu[1-6] tests), the pthread_switch.S is stubbed out for now.

Code posted by Christian Groessler (cpg at aladdin dot de) to port-sh3.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/lib/libpthread/arch/sh3/_context_u.S \
    src/lib/libpthread/arch/sh3/genassym.cf \
    src/lib/libpthread/arch/sh3/pthread_md.h \
    src/lib/libpthread/arch/sh3/pthread_switch.S

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