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] h8300: Replace Hitachi with Renesas.


Hi,

Committed as obvious.

Kazu Hirata

2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/coff.h: Replace Hitachi with Renesas.
	* config/h8300/elf.h: Likewise.
	* config/h8300/h8300-protos.h: Likewise.
	* config/h8300/h8300.c: Likewise.
	* config/h8300/h8300.h: Likewise.
	* config/h8300/h8300.md: Likewise.
	* config/h8300/lib1funcs.asm: Likewise.

Index: coff.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/coff.h,v
retrieving revision 1.1
diff -u -r1.1 coff.h
--- coff.h	21 Aug 2003 17:27:21 -0000	1.1
+++ coff.h	15 Jan 2004 19:47:09 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.
-   Hitachi H8/300 version generating coff
+   Renesas H8/300 version generating coff
    Copyright (C) 2003 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com),
    Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
Index: elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/elf.h,v
retrieving revision 1.12
diff -u -r1.12 elf.h
--- elf.h	21 Aug 2003 17:27:21 -0000	1.12
+++ elf.h	15 Jan 2004 19:47:09 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.
-   Hitachi H8/300 version generating elf
+   Renesas H8/300 version generating elf
    Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com),
    Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
Index: h8300-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300-protos.h,v
retrieving revision 1.65
diff -u -r1.65 h8300-protos.h
--- h8300-protos.h	14 Jan 2004 02:01:05 -0000	1.65
+++ h8300-protos.h	15 Jan 2004 19:47:09 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.
-   Hitachi H8/300 version
+   Renesas H8/300 version
    Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com),
    Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com).
Index: h8300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.c,v
retrieving revision 1.261
diff -u -r1.261 h8300.c
--- h8300.c	15 Jan 2004 18:02:01 -0000	1.261
+++ h8300.c	15 Jan 2004 19:47:10 -0000
@@ -1,4 +1,4 @@
-/* Subroutines for insn-output.c for Hitachi H8/300.
+/* Subroutines for insn-output.c for Renesas H8/300.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
    2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com),
Index: h8300.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.h,v
retrieving revision 1.162
diff -u -r1.162 h8300.h
--- h8300.h	15 Jan 2004 18:02:01 -0000	1.162
+++ h8300.h	15 Jan 2004 19:47:11 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.
-   Hitachi H8/300 (generic)
+   Renesas H8/300 (generic)
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999,
    2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com),
@@ -86,7 +86,7 @@
 
 /* Print subsidiary information on the compiler version in use.  */
 
-#define TARGET_VERSION fprintf (stderr, " (Hitachi H8/300)");
+#define TARGET_VERSION fprintf (stderr, " (Renesas H8/300)");
 
 /* Run-time compilation parameters selecting different hardware subsets.  */
 
Index: h8300.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.md,v
retrieving revision 1.256
diff -u -r1.256 h8300.md
--- h8300.md	14 Jan 2004 02:01:05 -0000	1.256
+++ h8300.md	15 Jan 2004 19:47:12 -0000
@@ -1,4 +1,4 @@
-;; GCC machine description for Hitachi H8/300
+;; GCC machine description for Renesas H8/300
 ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
 ;; 2001, 2002, 2003 Free Software Foundation, Inc.
 
Index: lib1funcs.asm
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/lib1funcs.asm,v
retrieving revision 1.31
diff -u -r1.31 lib1funcs.asm
--- lib1funcs.asm	20 Nov 2003 15:52:02 -0000	1.31
+++ lib1funcs.asm	15 Jan 2004 19:47:12 -0000
@@ -1,6 +1,6 @@
-;; libgcc routines for the Hitachi H8/300 CPU.
+;; libgcc routines for the Renesas H8/300 CPU.
 ;; Contributed by Steve Chamberlain <sac@cygnus.com>
-;; Optimizations by Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
+;; Optimizations by Toshiyasu Morita <toshiyasu.morita@renesas.com>
 
 /* Copyright (C) 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
 
@@ -769,7 +769,7 @@
 #else /* __H8300H__ */
 
 ;
-; mulsi3 for H8/300H - based on Hitachi SH implementation
+; mulsi3 for H8/300H - based on Renesas SH implementation
 ;
 ; by Toshiyasu Morita
 ;


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