From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21941 invoked by alias); 18 Aug 2004 19:00:12 -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 21926 invoked from network); 18 Aug 2004 19:00:10 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 18 Aug 2004 19:00:10 -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 1BxVfE-0000JM-00; Wed, 18 Aug 2004 15:00:00 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 24A864B359; Wed, 18 Aug 2004 15:00:07 -0400 (EDT) Date: Wed, 18 Aug 2004 19:00:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com, baurzhan.ismagulov@sbs.com.tr Subject: Re: testcase for "absolute source" patch Message-ID: <4123A736.nail5OO17XN7L@mindspring.com> References: <20040816144349.GB1509@ata.cs.hun.edu.tr> <412107B7.nailE7I1XJVIH@mindspring.com> <20040818130626.GB1411@ata.cs.hun.edu.tr> <4123763C.nailM3P11DT7E@mindspring.com> <20040818155324.GC1411@ata.cs.hun.edu.tr> In-Reply-To: <20040818155324.GC1411@ata.cs.hun.edu.tr> 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-08/txt/msg00563.txt.bz2 Hi Barjuan, I have to defer this test script for a while. The problem is default_target_compile in dejagnu. default_target_compile really wants to be in charge of downloading files from build to host and managing the filenames on the host. This directly conflicts with your script, which wants to manage the names on the host. default_target_compile has at least two other problems. First, it needs to support tester-specified compilers for arbitrary languages. Second, it has an annoying habit of printing any compiler messages two or three times. I don't have time to work on default_target_compile right now. And it will be hard because it's part of dejagnu, an external package. I might end up actually copying the 300 lines of default_target_compile into gdb_compile and then working on it from there. But I can't start a task to do that much infrastructure work right now. Sorry, Michael