public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
To: cgen@sources.redhat.com
Subject: [patch] change comment to refer to Renesas.
Date: Mon, 09 Jun 2003 07:54:00 -0000	[thread overview]
Message-ID: <011601c32e5c$925dde00$2569910a@hoku.renesas.com> (raw)

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)

             reply	other threads:[~2003-06-09  7:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-09  7:54 Kazuhiro Inaoka [this message]
2003-06-10  0:46 ` Ben Elliston
2003-06-10  5:02   ` Kazuhiro Inaoka
2003-06-13  4:03     ` Ben Elliston
2003-06-13  4:40       ` Kazuhiro Inaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='011601c32e5c$925dde00$2569910a@hoku.renesas.com' \
    --to=inaoka.kazuhiro@renesas.com \
    --cc=cgen@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).