From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21693 invoked by alias); 1 Oct 2004 07:33:06 -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 21684 invoked from network); 1 Oct 2004 07:33:04 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 1 Oct 2004 07:33:04 -0000 Received: (from root@localhost) by guardian01.idc.renesas.com with id i917Wu8V016325; Fri, 1 Oct 2004 16:32:56 +0900 (JST) Received: from unknown [172.20.8.70] by guardian01.idc.renesas.com with SMTP id SAA16322 ; Fri, 1 Oct 2004 16:32:56 +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 QAA13205; Fri, 1 Oct 2004 16:32:53 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 1BC7A79809C; Fri, 1 Oct 2004 16:32:53 +0900 (JST) Message-ID: <014a01c4a788$dcad43f0$5169910a@E5A02646> From: "Kei Sakamoto" To: "Mark Kettenis" Cc: 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> <200410010718.i917IVfl002215@juw15.nfra.nl> Subject: [commit/m32r] revised m32r-linux patch Date: Fri, 01 Oct 2004 07:33:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00004.txt.bz2 I committed the following patch. Thenk you. Kei Sakamoto > 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.