From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15748 invoked by alias); 29 Jul 2003 19:58:10 -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 15739 invoked from network); 29 Jul 2003 19:58:09 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 29 Jul 2003 19:58:09 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h6TJw5in008789; Tue, 29 Jul 2003 14:58:05 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h6TJw5HK016122; Tue, 29 Jul 2003 14:58:05 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h6TJw5hE016121; Tue, 29 Jul 2003 15:58:05 -0400 Date: Tue, 29 Jul 2003 19:58:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200307291958.h6TJw5hE016121@duracef.shout.net> To: ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite cleanups (part 2) X-SW-Source: 2003-07/txt/msg00517.txt.bz2 eza> Config.h was used to determine if there is posix thread support or not, eza> but now we use the method of trying to compile with various -lblah so we eza> don't really need this anymore. Ah, I've been looking forward to this! No need to create and use a config.h at all. If the test program doesn't compile, then key off that to give an UNSUPPORTED. That works great for me with tls.exp and tls-shared.exp and gcc 2.95.3. Michael C