aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-22 16:22:26 +0000
committerNick Clifton <nickc@redhat.com>2003-04-22 16:22:26 +0000
commit26597c8633310d53e876dba69e836ffcb572e793 (patch)
tree5d13132b735aec4cc693a1ba432b69ecf7fd6ce9 /binutils
parentab7be2df2ab9fca2e19916e612433b63b0c87a08 (diff)
downloadgdb-26597c8633310d53e876dba69e836ffcb572e793.zip
gdb-26597c8633310d53e876dba69e836ffcb572e793.tar.gz
gdb-26597c8633310d53e876dba69e836ffcb572e793.tar.bz2
Replace references to Mitsubishi M32R with references to Renesas M32R.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/readelf.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d20716f..66c0316 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+ * readelf.c: Replace references to Mitsubishi M32R with
+ references to Renesas M32R.
+
2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
* readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'.
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 06d3021..f66ea42 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: