From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15749 invoked by alias); 9 Jun 2003 07:54:42 -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 15723 invoked from network); 9 Jun 2003 07:54:41 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 9 Jun 2003 07:54:41 -0000 Received: from mail02.idc.renesas.com (localhost [127.0.0.1]) by mail02.idc.renesas.com with ESMTP id h597sdPg006936 for ; Mon, 9 Jun 2003 16:54:39 +0900 (JST) Received: from guardian05.idc.renesas.com ([172.20.8.136]) by mail02.idc.renesas.com with ESMTP id h597sc7g006933 for ; Mon, 9 Jun 2003 16:54:39 +0900 (JST) Received: (from root@localhost) by guardian05.idc.renesas.com with id h597sb34001445 for cgen@sources.redhat.com; Mon, 9 Jun 2003 16:54:37 +0900 (JST) Received: from unknown [172.20.8.68] by guardian05.idc.renesas.com with SMTP id SAA01444 ; Mon, 9 Jun 2003 16:54:37 +0900 Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id h597sbn5019645 for ; Mon, 9 Jun 2003 16:54:37 +0900 (JST) Received: from dnma01 ([10.15.2.200]) by mta01.idc.renesas.com with ESMTP id h597sbKB019642 for ; Mon, 9 Jun 2003 16:54:37 +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 <0HG700CTNF7R5K@dnma01.rso.renesas.com> for cgen@sources.redhat.com; Mon, 09 Jun 2003 16:52:40 +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 ESMTP id <0HG7007NBF56WB@dnma02.rso.renesas.com> for cgen@sources.redhat.com; Mon, 09 Jun 2003 16:51:06 +0900 (JST) Date: Mon, 09 Jun 2003 07:54:00 -0000 From: Kazuhiro Inaoka Subject: [patch] change comment to refer to Renesas. To: cgen@sources.redhat.com Message-id: <011601c32e5c$925dde00$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 X-SW-Source: 2003-q2/txt/msg00082.txt.bz2 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 ChangeLog 2003-06-09 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > *NEWS: Change comment to refer to Rrenesas diff -r -cp /home/inaoka/rso/maintainer/work_src/cgen/snapshot-20030607/org_src/cgen/NEW S ./cgen/NEWS *** /home/inaoka/rso/maintainer/work_src/cgen/snapshot-20030607/org_src/cgen/NEW S Fri Dec 20 11:20:50 2002 --- ./cgen/NEWS Mon Jun 9 16:32:05 2003 *************** generators. A handful of CPU description *** 13,17 **** * Intel i960 [incomplete] * Intel IA-32 and IA-64 [incomplete] * Fujitsu FR-30 ! * Mitsubishi M32R/D * SPARC [incomplete] --- 13,17 ---- * Intel i960 [incomplete] * Intel IA-32 and IA-64 [incomplete] * Fujitsu FR-30 ! * Renesas M32R/D * SPARC [incomplete]ChangeLog cgen/ChangeLog 2003-06-09 Kazuhiro Inaoka < inaoka dot kazuhiro at renesas dot com > *cpu/m32r.cpu : Change comment to refer to Rrenesas doc/rtl.texi : Ditto diff -r -cp /home/inaoka/rso/maintainer/work_src/cgen/snapshot-20030607/org_src/cgen/cpu /m32r.cpu ./cgen/cpu/m32r.cpu *** /home/inaoka/rso/maintainer/work_src/cgen/snapshot-20030607/org_src/cgen/cpu /m32r.cpu Thu Jul 5 21:45:47 2001 --- ./cgen/cpu/m32r.cpu Mon Jun 9 16:30:59 2003 *************** *** 1,4 **** ! ; Mitsubishi M32R CPU description. -*- Scheme -*- ; Copyright (C) 2000 Red Hat, Inc. ; This file is part of CGEN. ; See file COPYING.CGEN for details. --- 1,4 ---- ! ; Renesas M32R CPU description. -*- Scheme -*- ; Copyright (C) 2000 Red Hat, Inc. ; This file is part of CGEN. ; See file COPYING.CGEN for details. *************** *** 12,18 **** (define-arch (name m32r) ; name of cpu family ! (comment "Mitsubishi M32R") (default-alignment aligned) (insn-lsb0? #f) (machs m32r m32rx) --- 12,18 ---- (define-arch (name m32r) ; name of cpu family ! (comment "Renesas M32R") (default-alignment aligned) (insn-lsb0? #f) (machs m32r m32rx) *************** *** 138,144 **** ; The "b" suffix stands for "base" and is the convention. ; The "f" suffix stands for "family" and is the convention. (name m32rbf) ! (comment "Mitsubishi M32R base family") (endian big) (word-bitsize 32) ; Override isa spec (??? keeps things simpler, though it was more true --- 138,144 ---- ; The "b" suffix stands for "base" and is the convention. ; The "f" suffix stands for "family" and is the convention. (name m32rbf) ! (comment "Renesas M32R base family") (endian big) (word-bitsize 32) ; Override isa spec (??? keeps things simpler, though it was more true *************** *** 148,154 **** (define-cpu (name m32rxf) ! (comment "Mitsubishi M32Rx family") (endian big) (word-bitsize 32) ; Generated files have an "x" suffix. --- 148,154 ---- (define-cpu (name m32rxf) ! (comment "Renesas M32Rx family") (endian big) (word-bitsize 32) ; Generated files have an "x" suffix. diff -r -cp /home/inaoka/rso/maintainer/work_src/cgen/snapshot-20030607/org_src/cgen/doc /rtl.texi ./cgen/doc/rtl.texi *** /home/inaoka/rso/maintainer/work_src/cgen/snapshot-20030607/org_src/cgen/doc /rtl.texi Mon May 12 05:06:20 2003 --- ./cgen/doc/rtl.texi Mon Jun 9 16:37:57 2003 *************** The syntax of @code{define-arch} is: *** 340,346 **** @example (define-arch (name architecture-name) ; e.g. m32r ! (comment "description") ; e.g. "Mitsubishi M32R" (attrs attribute-list) (default-alignment aligned|unaligned|forced) (insn-lsb0? #f|#t) --- 340,346 ---- @example (define-arch (name architecture-name) ; e.g. m32r ! (comment "description") ; e.g. "Renesas M32R" (attrs attribute-list) (default-alignment aligned|unaligned|forced) (insn-lsb0? #f|#t)