From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22167 invoked by alias); 24 Jul 2013 02:08:11 -0000 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 Received: (qmail 22137 invoked by uid 89); 24 Jul 2013 02:08:10 -0000 X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 02:08:09 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1V1oUj-0000Hj-KD from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Tue, 23 Jul 2013 19:08:01 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 23 Jul 2013 19:08:01 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Tue, 23 Jul 2013 19:08:00 -0700 Message-ID: <51EF36D1.2000507@codesourcery.com> Date: Wed, 24 Jul 2013 02:08:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Maciej W. Rozycki" CC: Subject: Re: [PATCH 4/5] Move mips hardware watchpoint stuff to common/ References: <1369881867-11372-1-git-send-email-yao@codesourcery.com> <1372475427-24862-1-git-send-email-yao@codesourcery.com> <1372475427-24862-5-git-send-email-yao@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00555.txt.bz2 On 07/24/2013 08:30 AM, Maciej W. Rozycki wrote: >> +/* Copyright (C) 2009-2013 Free Software Foundation, Inc. > The copyright years don't appear right to me. Either 2001-2013, taken > from gdb/mips-linux-nat.c, or just lone 2013 seem more appropriate to me, > buthttp://www.gnu.org/prep/maintain/maintain.html does not appear clear > to me on it -- would someone please step in and explain what GDB's usual > policy has been here? Watchpoint stuff was added in 2009, so 2009-2013 is right, IMO. -- Yao (齐尧)