From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2846 invoked by alias); 12 Nov 2002 02:41:04 -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 2789 invoked from network); 12 Nov 2002 02:41:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Nov 2002 02:41:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gAC2Hxw09596 for ; Mon, 11 Nov 2002 21:17:59 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAC2f2D01861 for ; Mon, 11 Nov 2002 21:41:02 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAC2f2q14255 for ; Mon, 11 Nov 2002 21:41:02 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id EBCCCFF79; Mon, 11 Nov 2002 21:36:52 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15824.26948.860892.897872@localhost.redhat.com> Date: Mon, 11 Nov 2002 18:41:00 -0000 To: gdb-patches@sources.redhat.com Cc: Subject: Re: [PATCH/RFC] TLS support part 3 In-Reply-To: <15770.64626.434733.368375@localhost.redhat.com> References: <15770.64626.434733.368375@localhost.redhat.com> X-SW-Source: 2002-11/txt/msg00336.txt.bz2 Elena Zannoni writes: > > Last patch. These are the configure machinery changes. > Pending resolution of the config.in diffs....(as posted on gdb@) > > Elena > 2002-10-02 Elena Zannoni > Jim Blandy > > * configure.in: Add test for TD_NOTALLOC in thread_db.h. > * configure: Regenerate. > * config.in: Regenerate. > Committed.