From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32158 invoked by alias); 7 Sep 2009 21:43:57 -0000 Received: (qmail 32148 invoked by uid 22791); 7 Sep 2009 21:43:57 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Sep 2009 21:43:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 74CAA2BABA8; Mon, 7 Sep 2009 17:43:46 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rW+-EXJzYxUE; Mon, 7 Sep 2009 17:43:46 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E3A052BAB9A; Mon, 7 Sep 2009 17:43:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 68488F589B; Mon, 7 Sep 2009 14:43:40 -0700 (PDT) Date: Mon, 07 Sep 2009 21:43:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: gdb-patches ml Subject: Re: [RFA] Rename python files. Message-ID: <20090907214340.GJ30677@adacore.com> References: <200908132359.32327.thiago.bauermann@gmail.com> <20090903222706.GA31471@adacore.com> <200909062149.34587.thiago.bauermann@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200909062149.34587.thiago.bauermann@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00170.txt.bz2 > 2009-09-06 Thiago Jung Bauermann > > gdb/ > * Makefile.in (py-cmd.o): Renamed from python-cmd.o. Updated > references. > (py-frame.o): Renamed from python-frame.o. Updated references. > (py-function.o): Renamed from python-function.o. Updated references. > (py-objfile.o): Renamed from python-objfile.o. Updated references. > (py-prettyprint.o): Renamed from python-prettyprint.o. Updated references. > (py-type.o): Renamed from python-type.o. Updated references. > (py-utils.o): Renamed from python-utils.o. Updated references. > (py-value.o): Renamed from python-value.o. Updated references. > * py-cmd.o: Renamed from python-cmd.o. > * py-frame.o: Renamed from python-frame.o. > * py-function.o: Renamed from python-function.o. > * py-objfile.o: Renamed from python-objfile.o. > * py-prettyprint.o: Renamed from python-prettyprint.o. > * py-type.o: Renamed from python-type.o. > * py-utils.o: Renamed from python-utils.o. > * py-value.o: Renamed from python-value.o. > > gdb/testsuite/ > * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable > names, add missing ones. > * gdb.python/py-cmd.exp: Rename from python-cmd.exp. > * gdb.python/py-frame.c: Rename from python-frame.c. > * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust > testfile name. > * gdb.python/py-function.exp: Rename from python-function.exp. > * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust > testfile name. > * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c. > * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp. > Adjust testfile name. > * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py. > * gdb.python/py-template.cc: Rename from python-template.cc. > * gdb.python/py-template.exp: Rename from python-template.exp. > Adjust testfile name. > * gdb.python/py-value.c: Rename from python-value.c. > * gdb.python/py-value.exp: Rename from python-value.exp. Adjust > testfile name. Thanks for doing this, Thiago. This is approved. -- Joel