From 26597c8633310d53e876dba69e836ffcb572e793 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Apr 2003 16:22:26 +0000 Subject: [PATCH] Replace references to Mitsubishi M32R with references to Renesas M32R. --- bfd/ChangeLog | 7 +++++++ bfd/archures.c | 2 +- bfd/bfd-in2.h | 4 ++-- bfd/reloc.c | 2 +- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 2 +- gas/ChangeLog | 6 ++++++ gas/doc/as.texinfo | 2 +- gas/doc/c-m32r.texi | 4 ++-- include/elf/ChangeLog | 5 +++++ include/elf/common.h | 2 +- 11 files changed, 32 insertions(+), 9 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1deded90651..dcaa3a64ca9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-04-22 Kazuhiro Inaoka + + * archures.c: Replace references to Mitsubishi M32R with references + to Renesas M32R. + * relocs.c: Likewise. + * bfd-in2.h: Regenerate. + 2003-04-21 Richard Henderson * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an diff --git a/bfd/archures.c b/bfd/archures.c index 20087b2d9b6..1deea6fa758 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 *} diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index d349f77f01e..7a4b7812a90 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1719,7 +1719,7 @@ enum bfd_architecture #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 */ @@ -2776,7 +2776,7 @@ of the container. */ /* DLX relocs */ BFD_RELOC_DLX_JMP26, -/* Mitsubishi M32R relocs. +/* Renesas M32R (formerly Mitsubishi M32R) relocs. This is a 24 bit absolute address. */ BFD_RELOC_M32R_24, diff --git a/bfd/reloc.c b/bfd/reloc.c index f3f642840b8..410f6a195d9 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2854,7 +2854,7 @@ ENUMDOC ENUM BFD_RELOC_M32R_24 ENUMDOC - Mitsubishi M32R relocs. + Renesas M32R (formerly Mitsubishi M32R) relocs. This is a 24 bit absolute address. ENUM BFD_RELOC_M32R_10_PCREL diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d20716f45d8..66c03168097 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Kazuhiro Inaoka + + * readelf.c: Replace references to Mitsubishi M32R with + references to Renesas M32R. + 2003-04-15 Rohit Kumar Srivastava * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'. diff --git a/binutils/readelf.c b/binutils/readelf.c index 06d30211038..f66ea42dd44 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -1788,7 +1788,7 @@ get_machine_name (e_machine) case EM_CYGNUS_D30V: case EM_D30V: return "d30v"; case EM_CYGNUS_M32R: - case EM_M32R: return "Mitsubishi M32r"; + case EM_M32R: return "Renesas M32R (formerly Mitsubishi M32r)"; case EM_CYGNUS_V850: case EM_V850: return "NEC v850"; case EM_CYGNUS_MN10300: diff --git a/gas/ChangeLog b/gas/ChangeLog index 01e9528d7b7..53b3f6671e0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-04-22 Kazuhiro Inaoka + + * doc/as.texinfo: Replace references to Mitsubishi M32R with + references to Renesas M32R. + * doc/c-m32r.texi: Likewise. + 2003-04-21 Richard Henderson * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index e184ff5056c..cdeffd661fd 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -711,7 +711,7 @@ just the basic IP2022 ones. @ifset M32R The following options are available when @value{AS} is configured for the -Mitsubishi M32R series. +Renesas M32R (formerly Mitsubishi M32R) series. @table @gcctabopt diff --git a/gas/doc/c-m32r.texi b/gas/doc/c-m32r.texi index 9ec88fc9ec5..45f16630f4d 100644 --- a/gas/doc/c-m32r.texi +++ b/gas/doc/c-m32r.texi @@ -24,7 +24,7 @@ @cindex options, M32R @cindex M32R options -The Mitsubishi M32R version of @code{@value{AS}} has a few machine +The Renease M32R version of @code{@value{AS}} has a few machine dependent options: @table @code @@ -33,7 +33,7 @@ dependent options: @cindex architecture options, M32RX @cindex M32R architecture options @code{@value{AS}} can assemble code for several different members of the -Mitsubishi M32R family. Normally the default is to assemble code for +Renesas M32R family. Normally the default is to assemble code for the M32R microprocessor. This option may be used to change the default to the M32RX microprocessor, which adds some more instructions to the basic M32R instruction set, and some additional parameters to some of diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index b84eac52821..ccfe39bb8af 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Kazuhiro Inaoka + + * common.h: Replace references to Mitsubishi M32R with + references to Renesas M32R. + 2003-04-15 Rohit Kumar Srivastava * common.h: Replace occurrances of 'Hitachi' with 'Renesas'. diff --git a/include/elf/common.h b/include/elf/common.h index 02665b71555..62517f24ce4 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -172,7 +172,7 @@ #define EM_D10V 85 /* Mitsubishi D10V */ #define EM_D30V 86 /* Mitsubishi D30V */ #define EM_V850 87 /* NEC v850 */ -#define EM_M32R 88 /* Mitsubishi M32R */ +#define EM_M32R 88 /* Renesas M32R (formerly Mitsubishi M32R) */ #define EM_MN10300 89 /* Matsushita MN10300 */ #define EM_MN10200 90 /* Matsushita MN10200 */ #define EM_PJ 91 /* picoJava */ -- 2.30.2