From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29932 invoked by alias); 14 Jul 2004 20:46:08 -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 29916 invoked from network); 14 Jul 2004 20:46:07 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 14 Jul 2004 20:46:07 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1Bkqdg-0007pp-00; Wed, 14 Jul 2004 16:46:04 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id CF3044B104; Wed, 14 Jul 2004 16:46:03 -0400 (EDT) To: hunt@sourceware.org Subject: Re: src/gdb/testsuite ChangeLog lib/insight-suppor ... Cc: gdb-patches@sources.redhat.com Message-Id: <20040714204603.CF3044B104@berman.michael-chastain.com> Date: Wed, 14 Jul 2004 20:46:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00169.txt.bz2 Hi Martin, I didn't see this patch go by in gdb-patches@. Please send the patch to gdb-patches@ first, and get the approval of the testsuite maintainer (me), before committing it! This one's already committed, but can you whip up something anyways: the patch, plus more explanation of the problems that you ran into, plus a description of the system that you tested it on. For the record. So if next month somebody else has a problem because TCL_LIBRARY is not set, it will be a lot easier to understand all the cases, instead of just "well someone took out this line last month but we're hazy on why". Thanks, Michael C === 2004-07-14 Martin Hunt * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY which fixes some problems where init.tcl was not found.