From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5097 invoked by alias); 20 Sep 2005 20:05:58 -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 5068 invoked by uid 22791); 20 Sep 2005 20:05:48 -0000 Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.153) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 20 Sep 2005 20:05:48 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id j8KK3ml1009461 for ; Tue, 20 Sep 2005 16:03:48 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8KK6Hs9517234 for ; Tue, 20 Sep 2005 14:06:17 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j8KK5jj9006425 for ; Tue, 20 Sep 2005 14:05:45 -0600 Received: from dyn9047022123-009047022095.beaverton.ibm.com (dyn9047022123-009047022095.beaverton.ibm.com [9.47.22.95]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j8KK5jFs006397; Tue, 20 Sep 2005 14:05:45 -0600 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sources.redhat.com Subject: Re: [commit] "get rid of info powerpc" Date: Tue, 20 Sep 2005 20:05:00 -0000 User-Agent: KMail/1.6.2 Cc: Daniel Jacobowitz References: <200509091633.02630.pgilliam@us.ibm.com> <200509191049.15893.pgilliam@us.ibm.com> <20050919180919.GA25344@nevyn.them.org> In-Reply-To: <20050919180919.GA25344@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200509191306.29339.pgilliam@us.ibm.com> X-SW-Source: 2005-09/txt/msg00181.txt.bz2 On Monday 19 September 2005 11:09, Daniel Jacobowitz wrote: > On Mon, Sep 19, 2005 at 10:49:15AM -0700, Paul Gilliam wrote: > > Attached is the patch I committed. It just gets rid of the 'info > > powerpc' command prefix and patches the test to use 'info vector' > > instead. > > Thanks. > > > One question though: I made an entry in the src/gdb/ChangeLog for > > the change to src/rs6000-tdep.c and one in the > > src/gdb/testsuite/ChangeLog for for the change to altivec-regs.exp. > > Was that the right way to do it? Should I just have made one > > ChangeLog entry in src/gdb/ChangeLog? > > No, that's correct. > > I noticed that you didn't update the copyright dates for the Altivec > tests when you started changing them earlier this year, so I've also > committed the attached. > Great! I'll be more carefull about copyright dates. -=# Paul #=-