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.
Ok, I think I've fixed it (David was right about the ari script bug).

I'm now wondering if the check is missing anything else. Eli, are there any characters that shouldn't appear in the renamed file list. ``+'' for instance.

Andrew



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