From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26865 invoked by alias); 8 Nov 2002 20:06:15 -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 26835 invoked from network); 8 Nov 2002 20:06:13 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by sources.redhat.com with SMTP; 8 Nov 2002 20:06:13 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id gA8K5wRs000509; Fri, 8 Nov 2002 21:05:58 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id gA8K5wkQ000810; Fri, 8 Nov 2002 21:05:58 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id gA8K5vbR000807; Fri, 8 Nov 2002 21:05:57 +0100 (CET) Date: Fri, 08 Nov 2002 12:06:00 -0000 Message-Id: <200211082005.gA8K5vbR000807@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ezannoni@redhat.com CC: msnyder@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <15818.32609.93569.864504@localhost.redhat.com> (message from Elena Zannoni on Thu, 7 Nov 2002 09:57:37 -0500) Subject: Re: [RFC/RFA] TLS support part 2 References: <15770.63097.522572.688579@localhost.redhat.com> <15818.32609.93569.864504@localhost.redhat.com> X-SW-Source: 2002-11/txt/msg00238.txt.bz2 From: Elena Zannoni Date: Thu, 7 Nov 2002 09:57:37 -0500 re-ping....... It looks good to me, except for the #ifdef THREAD_DB_HAS_TD_NOTALLOC. This suggests that there would be some kind of autoconf test for this, but I don't see one included with your patch. Mark