]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
coff.h: Replace Hitachi with Renesas.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 15 Jan 2004 19:49:41 +0000 (19:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 15 Jan 2004 19:49:41 +0000 (19:49 +0000)
* 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.

From-SVN: r75941

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 0d962340fe777a7beef01b813dc79287b10f2e72..f5ae6f5fe9cc093801ee1287876bc1501c9b9e9f 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 7b56a494ac6d2f54d83a877040c81c58622ff249..72a74083fd4d93fe7460d337412ca825f2866a73 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 bae8c265040e50211c92ea8e27df1a546bbec175..47c70b58f4720d337b8678551f3a79ef9ae463b5 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 01cbe0410918f4ca579dae82d2d68e0c576adc91..8d8ae097b23d425eb0a4961e03929dcc22f3a984 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 5c6f8c24db3712a10f43d3ff7d973b8ff21567bf..2a4bb2962da40a1b5255959b3721e7b768d05327 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 240abdf3c75f56e8629f3b5a967ee19fb94acb6a..0b2b74b42cb6dc7ae4a6a191293381e70c08565d 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 7da30377f40a8e172cbc45f5dd59122ebc962908..301f464fc827fe2c76c75c7ba2b29ef529e05605 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 3793a4bf52282bb0042281888c1ee5e421ef400c..93656275efebc8688d4d9deccc5bd4b297b090e6 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
 ;