Subject: CVS commit: [netbsd-2-0] src/lib/libc/gmon
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/11/2004 14:52:01
Module Name:	src
Committed By:	tron
Date:		Tue May 11 14:52:01 UTC 2004

Modified Files:
	src/lib/libc/gmon [netbsd-2-0]: Makefile.inc

Log Message:
Pull up revision 1.7 (requested by thorpej in ticket #308):
Make gmon / mcount work properly for threaded applications by keeping
thread-specific gmonparam structures and then merging them before
dumping
the profile buffers.
Written by Nathan J. Williams, contributed by Wasabi Systems, Inc.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.4.1 src/lib/libc/gmon/Makefile.inc

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