From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5732 invoked by alias); 30 Sep 2004 09:35:36 -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 5694 invoked from network); 30 Sep 2004 09:35:34 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 30 Sep 2004 09:35:34 -0000 Received: (from root@localhost) by guardian03.idc.renesas.com with id i8U9ZWjG008457 for gdb-patches@sources.redhat.com; Thu, 30 Sep 2004 18:35:32 +0900 (JST) Received: from unknown [172.20.8.71] by guardian03.idc.renesas.com with SMTP id UAA08456 ; Thu, 30 Sep 2004 18:35:31 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id SAA12099 for ; Thu, 30 Sep 2004 18:35:29 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id AD37079809C for ; Thu, 30 Sep 2004 18:35:29 +0900 (JST) Message-ID: <02bb01c4a6d0$d3245ac0$5169910a@E5A02646> From: "Kei Sakamoto" To: References: <019601c49afa$1b78ce60$5169910a@E5A02646> <200409151125.i8FBPPCe013165@juw15.nfra.nl> <01be01c4a542$82c7c010$5169910a@E5A02646> <200409281231.i8SCV1Od019519@juw15.nfra.nl> Subject: Re: [RFA/m32r] revised m32r-linux patch Date: Thu, 30 Sep 2004 09:35:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00485.txt.bz2 Mark and Eli, Thank you for your comments. I fixed my patch. A list of changes are below. - Replace TM_FILE with DEPRECATED_TM_FILE - Use config/tm-linux.h instead of confif/m32r/tm-linux.h - Remove config/m32r/tm-linux.h and config/m32r/m32r.mh - Add m32r-linux-nat.c and m32r-linux-tdep.c to config/djgpp/fnchange.lst - Stop using linux-proc.c OK to commit now? 2004-09-30 Kei Sakamoto Add m32r-linux support. * configure.tgt: Add m32r*-*-linux*. * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c and m32r-linux-tdep.c. (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies. * m32r-tdep.c: Move some definitions to m32r-tdep.h. * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and m32r-linux-tdep.c. * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c, config/m32r/linux.mh, config/m32r/linux.mt, config/m32r/nm-linux.h: New files.