aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-h8300.c6
-rw-r--r--gas/config/tc-h8300.h4
-rw-r--r--gas/config/tc-h8500.c4
-rw-r--r--gas/config/tc-h8500.h4
-rw-r--r--gas/config/tc-sh.c2
-rw-r--r--gas/config/tc-sh.h2
-rw-r--r--gas/config/tc-sh64.c2
-rw-r--r--gas/config/tc-sh64.h4
8 files changed, 14 insertions, 14 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c
index 5ec7678..21051e0 100644
--- a/gas/config/tc-h8300.c
+++ b/gas/config/tc-h8300.c
@@ -1,6 +1,6 @@
-/* tc-h8300.c -- Assemble code for the Hitachi H8/300
+/* tc-h8300.c -- Assemble code for the Renesas H8/300
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
- 2001, 2002 Free Software Foundation, Inc.
+ 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -51,7 +51,7 @@ int Smode;
#define DMODE (L_16)
#define DSYMMODE (Hmode ? L_24 : L_16)
-int bsize = L_8; /* default branch displacement */
+int bsize = L_8; /* Default branch displacement. */
struct h8_instruction
{
diff --git a/gas/config/tc-h8300.h b/gas/config/tc-h8300.h
index b99d1db..2da3f66 100644
--- a/gas/config/tc-h8300.h
+++ b/gas/config/tc-h8300.h
@@ -1,6 +1,6 @@
/* This file is tc-h8300.h
Copyright 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 2000, 2002
+ 1997, 1998, 2000, 2002, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -84,7 +84,7 @@ extern void tc_reloc_mangle
#define TC_CONS_RELOC (Hmode ? R_RELLONG: R_RELWORD)
#define DO_NOT_STRIP 0
-#define LISTING_HEADER "Hitachi H8/300 GAS "
+#define LISTING_HEADER "Renesas H8/300 GAS "
#define NEED_FX_R_TYPE 1
#ifndef OBJ_ELF
#define RELOC_32 1234
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c
index a013595..cd4d76f 100644
--- a/gas/config/tc-h8500.c
+++ b/gas/config/tc-h8500.c
@@ -1,5 +1,5 @@
-/* tc-h8500.c -- Assemble code for the Hitachi H8/500
- Copyright 1993, 1994, 1995, 1998, 2000, 2001, 2002
+/* tc-h8500.c -- Assemble code for the Renesas H8/500
+ Copyright 1993, 1994, 1995, 1998, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-h8500.h b/gas/config/tc-h8500.h
index 4d96aef..5902524 100644
--- a/gas/config/tc-h8500.h
+++ b/gas/config/tc-h8500.h
@@ -1,5 +1,5 @@
/* This file is tc-h8500.h
- Copyright 1993, 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1993, 1995, 1997, 1998, 2000, 2003 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -41,7 +41,7 @@ extern void tc_reloc_mangle
PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
#define DO_NOT_STRIP 0
-#define LISTING_HEADER "Hitachi H8/500 GAS "
+#define LISTING_HEADER "Renesas H8/500 GAS "
#define NEED_FX_R_TYPE 1
#define RELOC_32 1234
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c
index c73b81f..1303d23 100644
--- a/gas/config/tc-sh.c
+++ b/gas/config/tc-sh.c
@@ -1,4 +1,4 @@
-/* tc-sh.c -- Assemble code for the Hitachi Super-H
+/* tc-sh.c -- Assemble code for the Renesas Super-H
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h
index b1c9bc0..bc619c7 100644
--- a/gas/config/tc-sh.h
+++ b/gas/config/tc-sh.h
@@ -101,7 +101,7 @@ extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
#define LISTING_HEADER \
(!target_big_endian \
- ? "Hitachi Super-H GAS Little Endian" : "Hitachi Super-H GAS Big Endian")
+ ? "Renesas Super-H GAS Little Endian" : "Renesas Super-H GAS Big Endian")
#define md_operand(x)
diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c
index aa5f71e..9b2c9d6 100644
--- a/gas/config/tc-sh64.c
+++ b/gas/config/tc-sh64.c
@@ -1,4 +1,4 @@
-/* tc-sh64.c -- Assemble code for the Hitachi Super-H SHcompact and SHmedia.
+/* tc-sh64.c -- Assemble code for the Renesas Super-H SHcompact and SHmedia.
Copyright 2000, 2001, 2002, 2003 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
diff --git a/gas/config/tc-sh64.h b/gas/config/tc-sh64.h
index 1fb8e76..f04f3ec 100644
--- a/gas/config/tc-sh64.h
+++ b/gas/config/tc-sh64.h
@@ -37,8 +37,8 @@ extern int sh64_max_mem_for_rs_align_code PARAMS ((void));
#undef LISTING_HEADER
#define LISTING_HEADER \
(target_big_endian ? \
- "Hitachi SHcompact/SHmedia Big Endian GAS" \
- : "Hitachi SHcompact/SHmedia Little Endian GAS")
+ "Renesas SHcompact/SHmedia Big Endian GAS" \
+ : "Renesas SHcompact/SHmedia Little Endian GAS")
/* We need to record the new frag position after an .align. */
extern void sh64_do_align PARAMS ((int, const char *, int, int));