diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-22 16:22:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-22 16:22:26 +0000 |
commit | 26597c8633310d53e876dba69e836ffcb572e793 (patch) | |
tree | 5d13132b735aec4cc693a1ba432b69ecf7fd6ce9 /bfd/archures.c | |
parent | ab7be2df2ab9fca2e19916e612433b63b0c87a08 (diff) | |
download | gdb-26597c8633310d53e876dba69e836ffcb572e793.zip gdb-26597c8633310d53e876dba69e836ffcb572e793.tar.gz gdb-26597c8633310d53e876dba69e836ffcb572e793.tar.bz2 |
Replace references to Mitsubishi M32R with references to Renesas M32R.
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 20087b2..1deea6f 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -253,7 +253,7 @@ DESCRIPTION .#define bfd_mach_arc_6 6 .#define bfd_mach_arc_7 7 .#define bfd_mach_arc_8 8 -. bfd_arch_m32r, {* Mitsubishi M32R/D *} +. bfd_arch_m32r, {* Renesas M32R (formerly Mitsubishi M32R/D) *} .#define bfd_mach_m32r 1 {* For backwards compatibility. *} .#define bfd_mach_m32rx 'x' . bfd_arch_mn10200, {* Matsushita MN10200 *} |