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 | 42eb8a49720d2372a794ed7aa7c988e49515c125 (patch) | |
tree | 8cb17af48e20d79783d16eaf824f40c701fc2bb2 /bfd/archures.c | |
parent | 4fd98ad3e5110a257df2ae36b711b25c617e642b (diff) | |
download | gdb-42eb8a49720d2372a794ed7aa7c988e49515c125.tar.gz |
Replace occurrances of 'Hitachi' with 'Renesas'.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index efed99333c5..20087b2d9b6 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -163,7 +163,7 @@ DESCRIPTION . bfd_arch_m88k, {* Motorola 88xxx *} . bfd_arch_m98k, {* Motorola 98xxx *} . bfd_arch_pyramid, {* Pyramid Technology *} -. bfd_arch_h8300, {* Hitachi H8/300 *} +. bfd_arch_h8300, {* Renesas H8/300 (formerly Hitachi H8/300) *} .#define bfd_mach_h8300 1 .#define bfd_mach_h8300h 2 .#define bfd_mach_h8300s 3 @@ -208,8 +208,8 @@ DESCRIPTION . bfd_arch_z8k, {* Zilog Z8000 *} .#define bfd_mach_z8001 1 .#define bfd_mach_z8002 2 -. bfd_arch_h8500, {* Hitachi H8/500 *} -. bfd_arch_sh, {* Hitachi SH *} +. bfd_arch_h8500, {* Renesas H8/500 (formerly Hitachi H8/500) *} +. bfd_arch_sh, {* Renesas SH (formerly Hitachi SH) *} .#define bfd_mach_sh 1 .#define bfd_mach_sh2 0x20 .#define bfd_mach_sh_dsp 0x2d |