From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30930 invoked by alias); 28 Jul 2004 06:25:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30921 invoked from network); 28 Jul 2004 06:25:41 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 28 Jul 2004 06:25:41 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bphsj-00059K-00; Wed, 28 Jul 2004 02:25:41 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 253824B102; Wed, 28 Jul 2004 02:25:44 -0400 (EDT) Date: Wed, 28 Jul 2004 06:25:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com, cagney@gnu.org Subject: Re: [patch/rfc/6.2] Mention threads in NEWS and PROBLEMS Message-ID: <410746E8.nail8HA11UZGF@mindspring.com> References: <410726AD.4030409@gnu.org> <41074264.4070007@gnu.org> In-Reply-To: <41074264.4070007@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00417.txt.bz2 Looks okay to me, except for the typo: 'occur' rather than 'occure'. Also I would say '... did not occur with gdb 6.1' rather than '... does not occur with gdb 6.1' but I defer to you on whatever verb tense you like better. (As an aside, gdb had only two regressions on i686-pc-linux-gnu when the branch was cut, and we've got only one now. This is much better than older days when there would be many many more regressions. I hope by next release to cover 2-4 native platforms with regression testing.) Michael C === 2004-07-28 Andrew Cagney * PROBLEMS: Mention threads/1650. * NEWS: Mention the NPTL fix.