From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32026 invoked by alias); 22 Apr 2003 08:37:57 -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 32013 invoked from network); 22 Apr 2003 08:37:54 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 22 Apr 2003 08:37:54 -0000 Received: from mail02.idc.renesas.com (localhost [127.0.0.1]) by mail02.idc.renesas.com with ESMTP id h3M8bqPi007461 for ; Tue, 22 Apr 2003 17:37:53 +0900 (JST) Received: from guardian04.idc.renesas.com ([172.20.8.135]) by mail02.idc.renesas.com with ESMTP id h3M8bp7g007458; Tue, 22 Apr 2003 17:37:51 +0900 (JST) Received: (from root@localhost) by guardian04.idc.renesas.com with id h3M8bp1L026774; Tue, 22 Apr 2003 17:37:51 +0900 (JST) Received: from unknown [172.20.8.73] by guardian04.idc.renesas.com with SMTP id TAA26773 ; Tue, 22 Apr 2003 17:37:51 +0900 Received: from mta05.idc.renesas.com (localhost [127.0.0.1]) by mta05.idc.renesas.com with ESMTP id h3M8boM9014095; Tue, 22 Apr 2003 17:37:50 +0900 (JST) Received: from dnma01 ([10.15.2.200]) by mta05.idc.renesas.com with ESMTP id h3M8boi9014092; Tue, 22 Apr 2003 17:37:50 +0900 (JST) Received: from dnma02 (dnma02.rso.renesas.com [10.15.11.200]) by dnma01.rso.renesas.com (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0HDQ0075GL8I8S@dnma01.rso.renesas.com>; Tue, 22 Apr 2003 17:36:18 +0900 (JST) Received: from t1pcapricot2.hoku.renesas.com ([10.145.105.37]) by dnma02.rso.renesas.com (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTPA id <0HDQ0095UL6EIJ@dnma02.rso.renesas.com>; Tue, 22 Apr 2003 17:35:03 +0900 (JST) Date: Tue, 22 Apr 2003 08:37:00 -0000 From: Kazuhio Inaoka Subject: Re: Transepose Mitsubishi to Renesas for M32R processor. To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Message-id: <016c01c308ab$2240ae80$2569910a@hoku.renesas.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Content-type: text/plain; charset=iso-2022-jp Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <013101c3089c$f301aec0$2569910a@hoku.renesas.com> <7048-Tue22Apr2003111612+0300-eliz@elta.co.il> X-SW-Source: 2003-04/txt/msg00391.txt.bz2 > > Date: Tue, 22 Apr 2003 16:00:57 +0900 > > From: Kazuhio Inaoka > > > > Renesas Technology Corp. is a new semiconductor company, established on > > April 1st, 2003, as a joint venture between Hitachi, Ltd.(TSE: 6501) and > > Mitsubishi Electric Corporation(TSE: 6503). > > > > M32R Information: > > http://www.renesas.com/eng/products/mpumcu/32bit/m32r/index.html > > > > 2003-04-22 Kazuhiro Inaoka > > * gdb/m32r-rom.c : Change Mitsubishi to Renesas. > > gdb/m32r-tdep.c : ditto > > gdb/config/m32r/m32r.mt : ditto > > gdb/config/m32r/tm-m32r.h : ditto > > gdb/doc/gdb.texinfo : ditto > > gdb/doc/gdb.info-1 : ditto > > gdb/doc/gdb.info-8 : ditto > > > > > The patch for gdb.texinfo is okay with me. And you don't need to > patch the *.info* files, as they are generated from gdb.texinfo. I see. Thanks.