From owner-cvs-src@FreeBSD.ORG Tue Jul 20 02:31:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF12F16A4CE; Tue, 20 Jul 2004 02:31:28 +0000 (GMT) Received: from exchhz01.viatech.com.cn (ip-40-162-97-218.anlai.com [218.97.162.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79F0143D48; Tue, 20 Jul 2004 02:31:25 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (DAVIDWNT [10.4.1.99]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id NVXA0CCK; Tue, 20 Jul 2004 10:30:47 +0800 Message-ID: <40FC84C8.7070907@freebsd.org> Date: Tue, 20 Jul 2004 10:34:48 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200407180417.i6I4HF6n073828@repoman.freebsd.org> In-Reply-To: <200407180417.i6I4HF6n073828@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthread_db Makefile libc_r_db.c thread_db.h thread_db_int.h src/lib/libthread_db/arch/alpha libc_r_md.c libpt hread_md.c src/lib/libthread_db/arch/amd64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 02:31:29 -0000 Marcel Moolenaar wrote: > marcel 2004-07-18 04:17:15 UTC > ... > The libpthread support has been copied from the original local and > cleaned-up to make them WARNS=2 clean. > that also force us to use non-portable compilation flags to deal with > the uncommon compilation requirements (building archive libraries for > linkage into a shared library). > > The libpthread support has been copied from the original local and > cleaned-up to make them WARNS=2 clean. > I found td_thr_dbsuspend/resume in libpthread code were lost in the commit,was it intention ? David Xu