From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28114 invoked by alias); 26 Jan 2012 22:39:46 -0000 Received: (qmail 28106 invoked by uid 22791); 26 Jan 2012 22:39:44 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 22:39:30 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0QMdUZZ013743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 26 Jan 2012 17:39:30 -0500 Received: from mesquite.lan (ovpn-113-83.phx2.redhat.com [10.3.113.83]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0QMdRVF020655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 26 Jan 2012 17:39:29 -0500 Date: Thu, 26 Jan 2012 23:24:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] Add support for the Renesas rl78 architecture Message-ID: <20120126153926.0e578d08@mesquite.lan> In-Reply-To: References: <20120125165800.5351c291@mesquite.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2012-01/txt/msg00925.txt.bz2 On Thu, 26 Jan 2012 18:48:02 -0200 Sergio Durigan Junior wrote: > Hey Kevin, > > Thanks for the patch. Just a question (for Joel, probably): > > On Wednesday, January 25 2012, Kevin Buettner wrote: > > > Index: gdb/rl78-tdep.c > > =================================================================== > > RCS file: gdb/rl78-tdep.c > > diff -N gdb/rl78-tdep.c > > --- /dev/null 1 Jan 1970 00:00:00 -0000 > > +++ gdb/rl78-tdep.c 25 Jan 2012 23:44:22 -0000 > > @@ -0,0 +1,981 @@ > > +/* Target-dependent code for the Renesas RL78 for GDB, the GNU debugger. > > + > > + Copyright (C) 2011, 2012 Free Software Foundation, Inc. > > Is it OK to mention 2011 here? I thought about that when I added 2012 to the copyright recently. We released this code to our customer in 2011, so it's possible that there are versions of this already out there. But I'm willing to take the 2011 out if that's the consensus... Kevin