This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] "get rid of info powerpc"


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  <dan@codesourcery.com>

	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]