From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12620 invoked by alias); 16 Oct 2003 02:43:07 -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 12613 invoked from network); 16 Oct 2003 02:43:06 -0000 Received: from unknown (HELO mail04.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 16 Oct 2003 02:43:06 -0000 Received: from mail04.idc.renesas.com ([127.0.0.1]) by mail04.idc.renesas.com with ESMTP id h9G2h2c4025166 for ; Thu, 16 Oct 2003 11:43:02 +0900 (JST) Received: from guardian05.idc.renesas.com ([172.20.8.136]) by mail04.idc.renesas.com with ESMTP id h9G2h0rd025163 for ; Thu, 16 Oct 2003 11:43:00 +0900 (JST) Received: (from root@localhost) by guardian05.idc.renesas.com with id h9G2h1p5005018 for gdb-patches@sources.redhat.com; Thu, 16 Oct 2003 11:43:01 +0900 (JST) Received: from unknown [172.20.8.69] by guardian05.idc.renesas.com with SMTP id MAA05017 ; Thu, 16 Oct 2003 11:43:01 +0900 Received: from mta02.idc.renesas.com (localhost [127.0.0.1]) by mta02.idc.renesas.com with ESMTP id h9G2gxq0007896 for ; Thu, 16 Oct 2003 11:42:59 +0900 (JST) Received: from rnsmtp01.hoku_r.renesas.com ([10.145.246.51]) by mta02.idc.renesas.com with ESMTP id h9G2gwXP007893 for ; Thu, 16 Oct 2003 11:42:59 +0900 (JST) Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id LAA19837 for ; Thu, 16 Oct 2003 11:42:59 +0900 (JST) Received: from KEI (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 8B24E798299 for ; Thu, 16 Oct 2003 11:42:58 +0900 (JST) Message-ID: <00ed01c3938f$50914550$5169910a@KEI> From: "Kei Sakamoto" To: 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> Subject: Re: [patch] New m32r remote target, m32rsdi Date: Thu, 16 Oct 2003 02:43:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-10/txt/msg00531.txt.bz2 I commited the following patch. Thanks. Kei Sakamoto Renesas Technology Corp. From: "Kei Sakamoto" To: "Andrew Cagney" Cc: Sent: Tuesday, October 14, 2003 4:53 PM Subject: Re: [patch] New m32r remote target, m32rsdi > > Can you post what you've got, without worrying about the ASYNC part. > > > > Andrew > > I attached the revised patch. It is different from the last one as the > following: > > - use serial.[ch] functions instead of socket library > - documented (doc/gdb.texinfo) > - add an entry in NEWS > > Kei > > === > > ChangeLog: > > 2003-10-14 Kei Sakamoto > > * 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. > * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o. > > doc/ChangeLog: > > 2003-10-14 Kei Sakamoto > > * gdb.texinfo (M32R/D): Mention m32rsdi target. >