coff.h: Replace Hitachi with Renesas.

* 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
This commit is contained in:
Kazu Hirata 2004-01-15 19:49:41 +00:00 committed by Kazu Hirata
parent c954844a8b
commit 340f649410
8 changed files with 20 additions and 10 deletions

View 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

View 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).

View 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).

View 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).

View 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),

View 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. */

View 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.

View 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
;