OSDN Git Service

* cpu/sh.cpu: Amend comments to refer to SuperH.
authoramylaar <amylaar>
Wed, 21 May 2003 14:10:46 +0000 (14:10 +0000)
committeramylaar <amylaar>
Wed, 21 May 2003 14:10:46 +0000 (14:10 +0000)
* cpu/sh64-compact.cpu: Change comment to refer to SuperH.
* cpu/sh64-media.cpu: Likewise.
(Saturation): Update manual reference.

cgen/ChangeLog
cgen/cpu/sh.cpu
cgen/cpu/sh64-compact.cpu
cgen/cpu/sh64-media.cpu

index 7b25768..1dce520 100644 (file)
@@ -1,3 +1,10 @@
+2003-05-21  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * cpu/sh.cpu: Amend comments to refer to SuperH.
+       * cpu/sh64-compact.cpu: Change comment to refer to SuperH.
+       * cpu/sh64-media.cpu: Likewise.
+       (Saturation): Update manual reference.
+
 2003-05-15  Doug Evans  <dje@sebabeach.org>
 
        * Makefile.am (srcroot): New var.
index 5156888..6667522 100644 (file)
@@ -1,4 +1,4 @@
-; Renesas SH architecture description.  -*- Scheme -*-
+; Renesas / SuperH SH architecture description.  -*- Scheme -*-
 ; Copyright (C) 2000, 2001 Red Hat, Inc.
 ; This file is part of CGEN.
 ; See file COPYING.CGEN for details.
@@ -7,7 +7,7 @@
 
 (define-arch
   (name sh)
-  (comment "Renesas SuperH (SH)")
+  (comment "Renesas / SuperH SuperH (SH)")
   (insn-lsb0? #t)
   (machs sh2 sh3 sh3e sh4 sh5)
   (isas compact media)
index 88de06a..3feeda3 100644 (file)
@@ -1,4 +1,4 @@
-; Renesas SHcompact instruction set description.  -*- Scheme -*-
+; SuperH SHcompact instruction set description.  -*- Scheme -*-
 ; Copyright (C) 2000 Red Hat, Inc.
 ; This file is part of CGEN.
 ; See file COPYING.CGEN for details.
index 7ae14ab..42e4499 100644 (file)
@@ -1,4 +1,4 @@
-; Renesas SHmedia instruction set description.  -*- Scheme -*-
+; SuperH SHmedia instruction set description.  -*- Scheme -*-
 ; Copyright (C) 2000, 2001 Red Hat, Inc.
 ; Copyright (C) 2002 SuperH Ltd
 ; This file is part of CGEN.
@@ -27,7 +27,8 @@
 
 ; Saturation functions.
 ; Force a value `i' into words `n' bits wide.
-; See Renesas SH-5 CPU core, volume 2, p. 25 for details.
+; See SuperH (SH) 64 bit RISC Series / SH-5 CPU Core, Volume 2,
+; page 11 for details.  (page number refers to 05-CC-10002 V1.0).
 
 ; saturate -- signed saturatation function