Replace references to Mitsubishi M32R with references to Renesas M32R.

This commit is contained in:
Nick Clifton 2003-04-22 16:22:26 +00:00
parent ab7be2df2a
commit 26597c8633
11 changed files with 32 additions and 9 deletions

View file

@ -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: