From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28032 invoked by alias); 15 Apr 2005 00:30: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 28018 invoked from network); 15 Apr 2005 00:30:03 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 15 Apr 2005 00:30:03 -0000 Received: (from root@localhost) by guardian02.idc.renesas.com with id j3F0TrCg029477; Fri, 15 Apr 2005 09:29:53 +0900 (JST) Received: from unknown [172.20.8.69] by guardian02.idc.renesas.com with SMTP id KAA29476 ; Fri, 15 Apr 2005 09:29:53 +0900 Received: from E5A02646 ([10.145.105.81]) by ims06.idc.renesas.com (Sendmail) with ESMTPA id <0IEY00G2JPDTVW@ims06.idc.renesas.com>; Fri, 15 Apr 2005 09:29:53 +0900 (JST) Date: Fri, 15 Apr 2005 00:30:00 -0000 From: Kei Sakamoto Subject: Re: [RFC/m32r] Add gdbserver support to m32r-linux To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Message-id: <00c101c54152$49884c00$5169910a@E5A02646> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit References: <016101c53f1d$67b40660$5169910a@E5A02646> <20050412121626.GA7373@nevyn.them.org> <013d01c53fff$6cc753e0$5169910a@E5A02646> <20050414191846.GG26377@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00152.txt.bz2 > > gdb/ChangeLog: > > > > 2005-04-13 Kei Sakamoto > > > > * regformats/reg-m32r.dat: New file. > > > > gdb/gdbserver/ChangeLog: > > > > 2005-04-13 Kei Sakamoto > > > > * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o. > > * configure.srv: Add m32r*-*-linux*. > > * linux-m32r-low.c: New file. > > This is OK, with the dependencies for linux-m32r-low.o. Thanks a lot! I've committed. Thank you. Kei Sakamoto