From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10121 invoked by alias); 1 Oct 2004 07:18:41 -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 10071 invoked from network); 1 Oct 2004 07:18:38 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 1 Oct 2004 07:18:38 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Fri, 01 Oct 2004 09:18:33 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i917IVCu002218; Fri, 1 Oct 2004 09:18:32 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i917IVfl002215; Fri, 1 Oct 2004 09:18:31 +0200 (CEST) Date: Fri, 01 Oct 2004 07:18:00 -0000 Message-Id: <200410010718.i917IVfl002215@juw15.nfra.nl> From: Mark Kettenis To: sakamoto.kei@renesas.com CC: gdb-patches@sources.redhat.com In-reply-to: <000c01c4a74c$7a3bf7c0$5169910a@E5A02646> (sakamoto.kei@renesas.com) Subject: Re: [RFA/m32r] revised m32r-linux patch References: <019601c49afa$1b78ce60$5169910a@E5A02646> <200409151125.i8FBPPCe013165@juw15.nfra.nl> <01be01c4a542$82c7c010$5169910a@E5A02646> <200409281231.i8SCV1Od019519@juw15.nfra.nl> <02bb01c4a6d0$d3245ac0$5169910a@E5A02646> <000c01c4a74c$7a3bf7c0$5169910a@E5A02646> X-SW-Source: 2004-10/txt/msg00003.txt.bz2 From: "Kei Sakamoto" Date: Fri, 1 Oct 2004 09:20:37 +0900 I'm sorry. I forgot to attach the patch file... ;-) > OK to commit now? Yes please. Thanks for your contribution! > 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. >