OSDN Git Service

* config/h8300/coff.h: Replace Hitachi with Renesas.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2004 19:49:41 +0000 (19:49 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jan 2004 19:49:41 +0000 (19:49 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75941 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/coff.h
gcc/config/h8300/elf.h
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md
gcc/config/h8300/lib1funcs.asm

index 0d96234..f5ae6f5 100644 (file)
@@ -1,3 +1,13 @@
+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.
+
 2004-01-15  Andrew Pinski  <apinski@apple.com>
 
        * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
index 7b56a49..72a7408 100644 (file)
@@ -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 bae8c26..47c70b5 100644 (file)
@@ -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 01cbe04..8d8ae09 100644 (file)
@@ -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 5c6f8c2..2a4bb29 100644 (file)
@@ -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 240abdf..0b2b74b 100644 (file)
@@ -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 @@ extern const char * const *h8_reg_names;
 
 /* 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 7da3037..301f464 100644 (file)
@@ -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 3793a4b..9365627 100644 (file)
@@ -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 @@ _done:
 #else /* __H8300H__ */
 
 ;
-; mulsi3 for H8/300H - based on Hitachi SH implementation
+; mulsi3 for H8/300H - based on Renesas SH implementation
 ;
 ; by Toshiyasu Morita
 ;