* [patch] fnchange.lst
@ 2002-09-27 12:23 David Carlton
2002-09-28 22:27 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: David Carlton @ 2002-09-27 12:23 UTC (permalink / raw)
To: gdb-patches
I added the testsuite/gdb.c++/m-static* files to fnchange.lst, since
m-static1.cc created an 8.3 conflict.
Committed as obvious. (And while I was looking at the ChangeLog, I
added in some spaces between the date and Martin Hunt's name in the
ChangeLog entry two before mine.)
David Carlton
carlton@math.stanford.edu
2002-09-27 David Carlton <carlton@math.stanford.edu>
* config/djgpp/fnchange.lst: Add entries for
gdb/testsuite/gdb.c++/m-static files.
Index: fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.34
diff -u -p -r1.34 fnchange.lst
--- fnchange.lst 18 Sep 2002 22:09:21 -0000 1.34
+++ fnchange.lst 27 Sep 2002 19:17:40 -0000
@@ -209,6 +209,10 @@
@V@/gdb/testsuite/gdb.c++/inherit.exp @V@/gdb/testsuite/gdb.cxx/inherit.exp
@V@/gdb/testsuite/gdb.c++/local.cc @V@/gdb/testsuite/gdb.cxx/local.cc
@V@/gdb/testsuite/gdb.c++/local.exp @V@/gdb/testsuite/gdb.cxx/local.exp
+@V@/gdb/testsuite/gdb.c++/m-static.cc @V@/gdb/testsuite/gdb.cxx/m-static.cc
+@V@/gdb/testsuite/gdb.c++/m-static1.cc @V@/gdb/testsuite/gdb.cxx/m-stat1.cc
+@V@/gdb/testsuite/gdb.c++/m-static.exp @V@/gdb/testsuite/gdb.cxx/m-static.exp
+@V@/gdb/testsuite/gdb.c++/m-static.h @V@/gdb/testsuite/gdb.cxx/m-static.h
@V@/gdb/testsuite/gdb.c++/member-ptr.cc @V@/gdb/testsuite/gdb.cxx/member-ptr.cc
@V@/gdb/testsuite/gdb.c++/member-ptr.exp @V@/gdb/testsuite/gdb.cxx/member-ptr.exp
@V@/gdb/testsuite/gdb.c++/method.cc @V@/gdb/testsuite/gdb.cxx/method.cc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] fnchange.lst
2002-09-27 12:23 [patch] fnchange.lst David Carlton
@ 2002-09-28 22:27 ` Eli Zaretskii
2002-09-30 11:32 ` David Carlton
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2002-09-28 22:27 UTC (permalink / raw)
To: David Carlton; +Cc: gdb-patches
On 27 Sep 2002, David Carlton wrote:
> I added the testsuite/gdb.c++/m-static* files to fnchange.lst, since
> m-static1.cc created an 8.3 conflict.
Thanks. However:
> +@V@/gdb/testsuite/gdb.c++/m-static.cc @V@/gdb/testsuite/gdb.cxx/m-static.cc
This one is not needed; the gdb.c++ -> gdb.cxx transformation will be
performed automatically.
> +@V@/gdb/testsuite/gdb.c++/m-static.exp @V@/gdb/testsuite/gdb.cxx/m-static.exp
> +@V@/gdb/testsuite/gdb.c++/m-static.h @V@/gdb/testsuite/gdb.cxx/m-static.h
These two are also not needed, for the same reason.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] fnchange.lst
2002-09-28 22:27 ` Eli Zaretskii
@ 2002-09-30 11:32 ` David Carlton
2002-10-01 11:33 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: David Carlton @ 2002-09-30 11:32 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb-patches
On Sun, 29 Sep 2002 07:24:27 +0200 (IST), Eli Zaretskii <eliz@is.elta.co.il> said:
> On 27 Sep 2002, David Carlton wrote:
> This one is not needed; the gdb.c++ -> gdb.cxx transformation will
> be performed automatically.
I see; thanks for the info.
Should I go through fnchange.lst and get rid of all the gdb.c++ ->
gdb.cxx transformations except for the the first one (renaming the
directory) and the m-static1.cc one that I added? It seems to me that
none of the others are necessary (though I'd appreciate it if you
could skim the list too just to make sure I'm not missing any).
David Carlton
carlton@math.stanford.edu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] fnchange.lst
2002-09-30 11:32 ` David Carlton
@ 2002-10-01 11:33 ` Eli Zaretskii
0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2002-10-01 11:33 UTC (permalink / raw)
To: carlton; +Cc: gdb-patches
> From: David Carlton <carlton@math.stanford.edu>
> Date: 30 Sep 2002 11:32:35 -0700
>
> On Sun, 29 Sep 2002 07:24:27 +0200 (IST), Eli Zaretskii <eliz@is.elta.co.il> said:
> > On 27 Sep 2002, David Carlton wrote:
>
> > This one is not needed; the gdb.c++ -> gdb.cxx transformation will
> > be performed automatically.
>
> I see; thanks for the info.
>
> Should I go through fnchange.lst and get rid of all the gdb.c++ ->
> gdb.cxx transformations except for the the first one (renaming the
> directory) and the m-static1.cc one that I added?
Oops, sorry. I see that I was wrong: all files in gdb.c++ directory
need to be explicitly renamed like you did in your original patch.
I'm terribly sorry for any inconvenience.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-01 18:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-27 12:23 [patch] fnchange.lst David Carlton
2002-09-28 22:27 ` Eli Zaretskii
2002-09-30 11:32 ` David Carlton
2002-10-01 11:33 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox