Subject: CVS commit: [netbsd-2] src/lib/libpthread_dbg
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 08/27/2005 05:12:43
Module Name:	src
Committed By:	snj
Date:		Sat Aug 27 05:12:43 UTC 2005

Modified Files:
	src/lib/libpthread_dbg [netbsd-2]: pthread_dbg.c pthread_dbg_int.h

Log Message:
Pull up following revision(s) (requested by riz in ticket #5615):
	lib/libpthread_dbg/pthread_dbg_int.h: revision 1.5
	lib/libpthread_dbg/pthread_dbg.c: revision 1.23
Avoid depending on declarations of struct reg and struct fpreg by using
the proc_regsize() callback to allocate reg and fpreg buffers as part of the
proc state (lazily initialized by the PT_STATE_RUNNING case of
td_thr_suspend()).
Fixes build on sh3 (and probably sh5) platforms.


To generate a diff of this commit:
cvs rdiff -r1.16.4.1 -r1.16.4.2 src/lib/libpthread_dbg/pthread_dbg.c
cvs rdiff -r1.3.4.1 -r1.3.4.2 src/lib/libpthread_dbg/pthread_dbg_int.h

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