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] Fix for PR9664.


EWRONGYEARALREADY ... [checked-in]

-- 
Pedro Alves
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v
retrieving revision 1.1791
diff -u -p -r1.1791 ChangeLog
--- ChangeLog	23 Jan 2009 15:47:03 -0000	1.1791
+++ ChangeLog	23 Jan 2009 16:00:20 -0000
@@ -1,5 +1,10 @@
 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
 
+	* gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
+	copyright years.
+
+2009-01-23  Pedro Alves  <pedro@codesourcery.com>
+
 	PR gdb/9664:
 	* gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
 
Index: gdb.base/hook-stop-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/hook-stop-frame.c,v
retrieving revision 1.1
diff -u -p -r1.1 hook-stop-frame.c
--- gdb.base/hook-stop-frame.c	23 Jan 2009 15:47:03 -0000	1.1
+++ gdb.base/hook-stop-frame.c	23 Jan 2009 16:00:20 -0000
@@ -1,6 +1,6 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2008 Free Software Foundation, Inc.
+   Copyright 2009 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.base/hook-stop-frame.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/hook-stop-frame.exp,v
retrieving revision 1.1
diff -u -p -r1.1 hook-stop-frame.exp
--- gdb.base/hook-stop-frame.exp	23 Jan 2009 15:47:03 -0000	1.1
+++ gdb.base/hook-stop-frame.exp	23 Jan 2009 16:00:20 -0000
@@ -1,4 +1,4 @@
-# Copyright 2008 Free Software Foundation, Inc.
+# Copyright 2009 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]