This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Fwd: RFA: add SuperH references for SH4, replace Renesas with SuperH for SH5]



-------- Original Message --------
Message-ID: <3EA70239.D50D8D10@superh.com>
Date: Wed, 23 Apr 2003 22:14:33 +0100
From: Joern Rennecke <joern.rennecke@superh.com>
Organization: SuperH UK Ltd.
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: gdb-patches@sources.redhat.com
Subject: RFA: add SuperH references for SH4, replace Renesas with SuperH for SH5
Content-Type: multipart/mixed;boundary="------------CAF8DED012CFD03BFC817035"


-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658
2003-04-23  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.

Index: cgen/cpu/sh.cpu
===================================================================
RCS file: /cvs/src/src/cgen/cpu/sh.cpu,v
retrieving revision 1.2
diff -p -u -r1.2 sh.cpu
--- cgen/cpu/sh.cpu	15 Apr 2003 08:51:52 -0000	1.2
+++ cgen/cpu/sh.cpu	17 Apr 2003 17:18:26 -0000
@@ -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: cgen/cpu/sh64-compact.cpu
===================================================================
RCS file: /cvs/src/src/cgen/cpu/sh64-compact.cpu,v
retrieving revision 1.3
diff -p -u -r1.3 sh64-compact.cpu
--- cgen/cpu/sh64-compact.cpu	15 Apr 2003 08:51:52 -0000	1.3
+++ cgen/cpu/sh64-compact.cpu	17 Apr 2003 17:18:26 -0000
@@ -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: cgen/cpu/sh64-media.cpu
===================================================================
RCS file: /cvs/src/src/cgen/cpu/sh64-media.cpu,v
retrieving revision 1.4
diff -p -u -r1.4 sh64-media.cpu
--- cgen/cpu/sh64-media.cpu	15 Apr 2003 08:51:52 -0000	1.4
+++ cgen/cpu/sh64-media.cpu	17 Apr 2003 17:18:26 -0000
@@ -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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]