diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-15 08:51:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-15 08:51:55 +0000 |
commit | c2dcd04ec8f55fb69fabb24fae58555b5ab0a684 (patch) | |
tree | 56d667c057704a3e7ce932f3002a76bf85752052 /gas/config/tc-sh.h | |
parent | 7ec2fc6f764fef9000cc768516df04035c85ebac (diff) | |
download | gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.zip gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.gz gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.bz2 |
Replace occurrances of 'Hitachi' with 'Renesas'.
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |