This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[patch] doc/*.texi: Replace Hitachi with Renesas.


Hi,

Attached is a patch to fix comment typos.  Committed as obvious.

Committed to both 3.3 branch and mainline.

Kazu Hirata

2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>

	* doc/contrib.texi: Replace Hitachi with Renesas.
	* doc/install.texi: Likewise.
	* doc/invoke.texi: Likewise.

Index: contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.41
diff -u -r1.41 contrib.texi
--- contrib.texi	25 May 2003 18:48:45 -0000	1.41
+++ contrib.texi	17 Jun 2003 00:18:59 -0000
@@ -125,7 +125,7 @@
 Stephane Carrez for 68HC11 and 68HC12 ports.
 
 @item
-Steve Chamberlain for support for the Hitachi SH and H8 processors
+Steve Chamberlain for support for the Renesas SH and H8 processors
 and the PicoJava processor, and for GCJ config fixes.
 
 @item
@@ -316,7 +316,7 @@
 the support for the Sony NEWS machine.
 
 @item
-Kazu Hirata for caring and feeding the Hitachi H8/300 port and various fixes.
+Kazu Hirata for caring and feeding the Renesas H8/300 port and various fixes.
 
 @item
 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.202
diff -u -r1.202 install.texi
--- install.texi	15 Jun 2003 04:00:44 -0000	1.202
+++ install.texi	17 Jun 2003 00:19:01 -0000
@@ -1742,8 +1742,8 @@
 DOS---@uref{http://www.delorie.com/djgpp/,,DJGPP}.
 
 @item
-Hitachi H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
-Development Tools for the Hitachi H8/300[HS] Series}.
+Renesas H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
+Development Tools for the Renesas H8/300[HS] Series}.
 
 @item
 HP-UX:
@@ -2306,7 +2306,7 @@
 <hr />
 @end html
 @heading @anchor{h8300-hms}h8300-hms
-Hitachi H8/300 series of processors.
+Renesas H8/300 series of processors.
 
 Please have a look at our @uref{binaries.html,,binaries page}.
 
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.291
diff -u -r1.291 invoke.texi
--- invoke.texi	13 Jun 2003 10:11:45 -0000	1.291
+++ invoke.texi	17 Jun 2003 00:19:09 -0000
@@ -9239,7 +9239,7 @@
 
 @item -mhitachi
 @opindex mhitachi
-Comply with the calling conventions defined by Hitachi.
+Comply with the calling conventions defined by Renesas.
 
 @item -mnomacsave
 @opindex mnomacsave


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