This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for gdb/mi 792


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]