From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30559 invoked by alias); 23 Jan 2013 09:43:45 -0000 Received: (qmail 30543 invoked by uid 22791); 23 Jan 2013 09:43:44 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jan 2013 09:43:33 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 23 Jan 2013 09:43:31 +0000 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 23 Jan 2013 09:43:29 +0000 Message-ID: <50FFB0C0.9060507@arm.com> Date: Wed, 23 Jan 2013 09:43:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Sergio Durigan Junior CC: Marcus Shawcroft , "gdb-patches@sourceware.org" Subject: Re: [PATCH] aarch64-tdep basic port. References: <50FECEA8.4010008@arm.com> In-Reply-To: X-MC-Unique: 113012309433100501 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable 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: 2013-01/txt/msg00543.txt.bz2 On 23/01/13 05:21, Sergio Durigan Junior wrote: > Thanks for the patch. I will take a closer look at it later, but just > for the record... > > On Tuesday, January 22 2013, Marcus Shawcroft wrote: > >> diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c >> new file mode 100644 >> index 0000000..2a2497b >> --- /dev/null >> +++ b/gdb/aarch64-tdep.c >> @@ -0,0 +1,2759 @@ >> +/* Common target dependent code for GDB on AArch64 systems. >> + >> + Copyright (C) 2009-2013 Free Software Foundation, Inc. >> + Contributed by ARM Ltd. > [...] > > > All the new files added by this patch have a wrong year range in the > copyright header. Since they're new, it should be only 2013. > > Thanks, > I don't think so. Just because they haven't been committed to the FSF=20 repository doesn't mean that earlier copyright dates don't also apply. R.