From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3167 invoked by alias); 22 Apr 2003 06:18:43 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 3155 invoked from network); 22 Apr 2003 06:18:42 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 22 Apr 2003 06:18:42 -0000 Received: from mail01.idc.renesas.com (localhost [127.0.0.1]) by mail01.idc.renesas.com with ESMTP id h3M6Iflx024518 for ; Tue, 22 Apr 2003 15:18:41 +0900 (JST) Received: from guardian02.idc.renesas.com ([172.20.8.133]) by mail01.idc.renesas.com with ESMTP id h3M6IeGV024510 for ; Tue, 22 Apr 2003 15:18:40 +0900 (JST) Received: (from root@localhost) by guardian02.idc.renesas.com with id h3M6IepG012459 for cgen@sources.redhat.com; Tue, 22 Apr 2003 15:18:40 +0900 (JST) Received: from unknown [172.20.8.69] by guardian02.idc.renesas.com with SMTP id RAA12458 ; Tue, 22 Apr 2003 15:18:40 +0900 Received: from mta02.idc.renesas.com (localhost [127.0.0.1]) by mta02.idc.renesas.com with ESMTP id h3M6Ic1U019738 for ; Tue, 22 Apr 2003 15:18:38 +0900 (JST) Received: from dnma01 ([10.15.2.200]) by mta02.idc.renesas.com with ESMTP id h3M6Iceo019735 for ; Tue, 22 Apr 2003 15:18:38 +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 <0HDQ007E9ESJ8S@dnma01.rso.renesas.com> for cgen@sources.redhat.com; Tue, 22 Apr 2003 15:17:07 +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 <0HDQ009XREQGIJ@dnma02.rso.renesas.com> for cgen@sources.redhat.com; Tue, 22 Apr 2003 15:15:52 +0900 (JST) Date: Tue, 22 Apr 2003 06:18:00 -0000 From: Kazuhio Inaoka Subject: Transepose Mitsubishi to Renesas for M32R processor. To: cgen@sources.redhat.com Message-id: <010201c30897$b13db100$2569910a@hoku.renesas.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Content-type: multipart/mixed; boundary="Boundary_(ID_NYIbmF8gcVMoFK2dY0iCTA)" X-Priority: 3 X-MSMail-priority: Normal X-SW-Source: 2003-q2/txt/msg00009.txt.bz2 This is a multi-part message in MIME format. --Boundary_(ID_NYIbmF8gcVMoFK2dY0iCTA) Content-type: text/plain; charset=iso-2022-jp Content-transfer-encoding: 7BIT Content-length: 513 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 * cgen/cpu/m32r.cpu : Change Mitsubishi to Renesas cgen/doc/rtl.texi : ditto cgen/NEWS : ditto --Boundary_(ID_NYIbmF8gcVMoFK2dY0iCTA) Content-type: application/octet-stream; name=cgen-1.patches Content-transfer-encoding: quoted-printable Content-disposition: attachment; filename=cgen-1.patches Content-length: 3438 diff -c org_src/src/cgen/cpu/m32r.cpu src/cgen/cpu/m32r.cpu=0A= *** org_src/src/cgen/cpu/m32r.cpu Thu Jul 5 21:45:47 2001=0A= --- src/cgen/cpu/m32r.cpu Tue Apr 22 15:09:51 2003=0A= ***************=0A= *** 1,4 ****=0A= ! ; Mitsubishi M32R CPU description. -*- Scheme -*-=0A= ; Copyright (C) 2000 Red Hat, Inc.=0A= ; This file is part of CGEN.=0A= ; See file COPYING.CGEN for details.=0A= --- 1,4 ----=0A= ! ; Renesas M32R CPU description. -*- Scheme -*-=0A= ; Copyright (C) 2000 Red Hat, Inc.=0A= ; This file is part of CGEN.=0A= ; See file COPYING.CGEN for details.=0A= ***************=0A= *** 12,18 ****=0A= =20=20=0A= (define-arch=0A= (name m32r) ; name of cpu family=0A= ! (comment "Mitsubishi M32R")=0A= (default-alignment aligned)=0A= (insn-lsb0? #f)=0A= (machs m32r m32rx)=0A= --- 12,18 ----=0A= =20=20=0A= (define-arch=0A= (name m32r) ; name of cpu family=0A= ! (comment "Renesas M32R")=0A= (default-alignment aligned)=0A= (insn-lsb0? #f)=0A= (machs m32r m32rx)=0A= ***************=0A= *** 138,144 ****=0A= ; The "b" suffix stands for "base" and is the convention.=0A= ; The "f" suffix stands for "family" and is the convention.=0A= (name m32rbf)=0A= ! (comment "Mitsubishi M32R base family")=0A= (endian big)=0A= (word-bitsize 32)=0A= ; Override isa spec (??? keeps things simpler, though it was more true= =0A= --- 138,144 ----=0A= ; The "b" suffix stands for "base" and is the convention.=0A= ; The "f" suffix stands for "family" and is the convention.=0A= (name m32rbf)=0A= ! (comment "Renesas M32R base family")=0A= (endian big)=0A= (word-bitsize 32)=0A= ; Override isa spec (??? keeps things simpler, though it was more true= =0A= ***************=0A= *** 148,154 ****=0A= =20=20=0A= (define-cpu=0A= (name m32rxf)=0A= ! (comment "Mitsubishi M32Rx family")=0A= (endian big)=0A= (word-bitsize 32)=0A= ; Generated files have an "x" suffix.=0A= --- 148,154 ----=0A= =20=20=0A= (define-cpu=0A= (name m32rxf)=0A= ! (comment "Renesas M32Rx family")=0A= (endian big)=0A= (word-bitsize 32)=0A= ; Generated files have an "x" suffix.=0A= diff -c org_src/src/cgen/doc/rtl.texi src/cgen/doc/rtl.texi=0A= *** org_src/src/cgen/doc/rtl.texi Sun Dec 22 13:49:26 2002=0A= --- src/cgen/doc/rtl.texi Tue Apr 22 15:10:24 2003=0A= ***************=0A= *** 340,346 ****=0A= @example=0A= (define-arch=0A= (name architecture-name) ; e.g. m32r=0A= ! (comment "description") ; e.g. "Mitsubishi M32R"=0A= (attrs attribute-list)=0A= (default-alignment aligned|unaligned|forced)=0A= (insn-lsb0? #f|#t)=0A= --- 340,346 ----=0A= @example=0A= (define-arch=0A= (name architecture-name) ; e.g. m32r=0A= ! (comment "description") ; e.g. "Renesas M32R"=0A= (attrs attribute-list)=0A= (default-alignment aligned|unaligned|forced)=0A= (insn-lsb0? #f|#t)=0A= diff -c org_src/src/cgen/NEWS src/cgen/NEWS=0A= *** org_src/src/cgen/NEWS Fri Dec 20 11:20:50 2002=0A= --- src/cgen/NEWS Tue Apr 22 15:11:21 2003=0A= ***************=0A= *** 13,17 ****=0A= * Intel i960 [incomplete]=0A= * Intel IA-32 and IA-64 [incomplete]=0A= * Fujitsu FR-30=0A= ! * Mitsubishi M32R/D=0A= * SPARC [incomplete]=0A= --- 13,17 ----=0A= * Intel i960 [incomplete]=0A= * Intel IA-32 and IA-64 [incomplete]=0A= * Fujitsu FR-30=0A= ! * Renesas M32R/D=0A= * SPARC [incomplete]=0A= --Boundary_(ID_NYIbmF8gcVMoFK2dY0iCTA)--