From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20602 invoked by alias); 23 Jan 2009 16:03:11 -0000 Received: (qmail 20319 invoked by uid 22791); 23 Jan 2009 16:03:09 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jan 2009 16:03:05 +0000 Received: (qmail 19029 invoked from network); 23 Jan 2009 16:03:03 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 23 Jan 2009 16:03:03 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [commit] Fix for PR9664. Date: Fri, 23 Jan 2009 16:03:00 -0000 User-Agent: KMail/1.9.10 References: <200901231554.45761.pedro@codesourcery.com> In-Reply-To: <200901231554.45761.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_3peeJDxTs1Xptmy" Message-Id: <200901231604.07173.pedro@codesourcery.com> X-IsSubscribed: yes 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-01/txt/msg00469.txt.bz2 --Boundary-00=_3peeJDxTs1Xptmy Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 52 EWRONGYEARALREADY ... [checked-in] -- Pedro Alves --Boundary-00=_3peeJDxTs1Xptmy Content-Type: text/x-diff; charset="iso 8859-15"; name="years.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="years.diff" Content-length: 1859 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 + * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update + copyright years. + +2009-01-23 Pedro Alves + 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 --Boundary-00=_3peeJDxTs1Xptmy--