aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-h8300.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-15 08:51:55 +0000
committerNick Clifton <nickc@redhat.com>2003-04-15 08:51:55 +0000
commitc2dcd04ec8f55fb69fabb24fae58555b5ab0a684 (patch)
tree56d667c057704a3e7ce932f3002a76bf85752052 /gas/config/tc-h8300.c
parent7ec2fc6f764fef9000cc768516df04035c85ebac (diff)
downloadbinutils-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.zip
binutils-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.gz
binutils-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.bz2
Replace occurrances of 'Hitachi' with 'Renesas'.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r--gas/config/tc-h8300.c6
1 files changed, 3 insertions, 3 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
{