From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13031 invoked by alias); 29 Sep 2002 05:27:52 -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 13024 invoked from network); 29 Sep 2002 05:27:51 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 29 Sep 2002 05:27:51 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA14290; Sun, 29 Sep 2002 07:24:28 +0200 (IST) Date: Sat, 28 Sep 2002 22:27:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: David Carlton cc: gdb-patches@sources.redhat.com Subject: Re: [patch] fnchange.lst In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00706.txt.bz2 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.