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-sh64.h | |
parent | 7ec2fc6f764fef9000cc768516df04035c85ebac (diff) | |
download | fsf-binutils-gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.zip fsf-binutils-gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.gz fsf-binutils-gdb-c2dcd04ec8f55fb69fabb24fae58555b5ab0a684.tar.bz2 |
Replace occurrances of 'Hitachi' with 'Renesas'.
Diffstat (limited to 'gas/config/tc-sh64.h')
-rw-r--r-- | gas/config/tc-sh64.h | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |