OSDN Git Service

Replace references to Mitsubishi M32R with references to Renesas M32R.
authorNick Clifton <nickc@redhat.com>
Tue, 22 Apr 2003 16:21:18 +0000 (16:21 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 22 Apr 2003 16:21:18 +0000 (16:21 +0000)
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/reloc.c
include/elf/ChangeLog
include/elf/common.h

index 1deded9..dcaa3a6 100644 (file)
@@ -1,3 +1,10 @@
+2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * archures.c: Replace references to Mitsubishi M32R with references
+       to Renesas M32R.
+       * relocs.c: Likewise.
+       * bfd-in2.h: Regenerate.
+
 2003-04-21  Richard Henderson  <rth@redhat.com>
 
        * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
index 20087b2..1deea6f 100644 (file)
@@ -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 *}
index d349f77..7a4b781 100644 (file)
@@ -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,
 
index f3f6428..410f6a1 100644 (file)
@@ -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
index b84eac5..ccfe39b 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * common.h: Replace references to Mitsubishi M32R with
+       references to Renesas M32R.
+
 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
 
        * common.h: Replace occurrances of 'Hitachi' with 'Renesas'.
index 02665b7..62517f2 100644 (file)
 #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 */