summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-22 16:21:18 +0000
committerNick Clifton <nickc@redhat.com>2003-04-22 16:21:18 +0000
commit3e112d47ec83f74cc419dc1b6927e7b0cb54aa30 (patch)
tree0a596cc2281d55e1a1de9ce16652d0a606e75201 /include
parent0070f10b9b3f015f86f04e3ed57793017294834e (diff)
downloadgdb-3e112d47ec83f74cc419dc1b6927e7b0cb54aa30.tar.gz
Replace references to Mitsubishi M32R with references to Renesas M32R.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/common.h2
2 files changed, 6 insertions, 1 deletions
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 <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'.
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 */