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 /binutils/readelf.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 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |