From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15792 invoked by alias); 19 Sep 2005 18:09:26 -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 15772 invoked by uid 22791); 19 Sep 2005 18:09:21 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 19 Sep 2005 18:09:21 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1EHQ4t-0006dL-Ch; Mon, 19 Sep 2005 14:09:19 -0400 Date: Mon, 19 Sep 2005 18:09:00 -0000 From: Daniel Jacobowitz To: Paul Gilliam Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] "get rid of info powerpc" Message-ID: <20050919180919.GA25344@nevyn.them.org> Mail-Followup-To: Paul Gilliam , gdb-patches@sources.redhat.com References: <200509091633.02630.pgilliam@us.ibm.com> <200509161150.12329.pgilliam@us.ibm.com> <20050916124719.5617a50c@ironwood.lan> <200509191049.15893.pgilliam@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509191049.15893.pgilliam@us.ibm.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-09/txt/msg00170.txt.bz2 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. -- Daniel Jacobowitz CodeSourcery, LLC 2005-09-19 Daniel Jacobowitz * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update copyright dates. Index: gdb.arch/altivec-abi.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/altivec-abi.exp,v retrieving revision 1.5 diff -u -p -r1.5 altivec-abi.exp --- gdb.arch/altivec-abi.exp 3 May 2005 00:41:48 -0000 1.5 +++ gdb.arch/altivec-abi.exp 19 Sep 2005 18:07:58 -0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by Index: gdb.arch/altivec-regs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.arch/altivec-regs.exp,v retrieving revision 1.7 diff -u -p -r1.7 altivec-regs.exp --- gdb.arch/altivec-regs.exp 19 Sep 2005 17:38:04 -0000 1.7 +++ gdb.arch/altivec-regs.exp 19 Sep 2005 18:07:58 -0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by