From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18701 invoked by alias); 15 Oct 2003 14:40:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18687 invoked from network); 15 Oct 2003 14:40:43 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 15 Oct 2003 14:40:43 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0ECC72B89; Wed, 15 Oct 2003 10:40:44 -0400 (EDT) Message-ID: <3F8D5C6B.10403@gnu.org> Date: Wed, 15 Oct 2003 14:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kei Sakamoto Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch] New m32r remote target, m32rsdi References: <02e201c35a5e$883a8cb0$5169910a@KEI> <20030817210347.GF11300@nevyn.them.org> <3F6EA141.7020502@redhat.com> <00bc01c3888d$39639660$5169910a@KEI> <3F860E3D.9000506@redhat.com> <032401c39228$378ab450$5169910a@KEI> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00485.txt.bz2 > * remote-m32r-sdi.c : New file, interface to m32r on-chip > debug interface, SDI (Scalable Debug Interface). > * NEWS: Mention m32r SDI protocol was supported. > * Makefile.in (remote-m32r-sdi.o): Add build rule. Ok, with one last tweak [pedantic] tweak that I missed the first time :-( Drop the "(C)" in: Copyright (C) 2003 Free Software Foundation, Inc. thanks! Andrew