From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29349 invoked by alias); 23 Oct 2002 05:57:03 -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 29340 invoked from network); 23 Oct 2002 05:57:02 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 23 Oct 2002 05:57:02 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA13708; Wed, 23 Oct 2002 07:56:27 +0200 (IST) Date: Tue, 22 Oct 2002 22:57:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Andrew Cagney cc: David Carlton , gdb-patches@sources.redhat.com Subject: Re: Patch for gdb/mi 792 In-Reply-To: <3DB5F5E9.4090809@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00458.txt.bz2 On Tue, 22 Oct 2002, Andrew Cagney wrote: > s,gdb/testsuite/gdb.c++,gdb/testsuite/gdb.cxx, > ... > s,gdb/testsuite/gdb.c++/m-static.cc,gdb/testsuite/gdb.cxx/m-static.cc, > s,gdb/testsuite/gdb.c++/m-static1.cc,gdb/testsuite/gdb.cxx/m-stat1.cc, > s,gdb/testsuite/gdb.c++/m-static.exp,gdb/testsuite/gdb.cxx/m-static.exp, > s,gdb/testsuite/gdb.c++/m-static.h,gdb/testsuite/gdb.cxx/m-static.h, > > but the actual renames never match since the first s/// resulted in: > > gdb/testsuite/gdb.cxx/m-static.cc > gdb/testsuite/gdb.cxx/m-static.exp > gdb/testsuite/gdb.cxx/m-static.h > gdb/testsuite/gdb.cxx/m-static1.cc > > being passed to doschk (see src/contrib). > > I'm not sure how well this compares to the behavior of the actual DJGPP > command. The program used to rename the files on the fly (called DJTAR) needs that both the directory and each one of the files in that directory be mentioned on the rename list.