* common.h (EM_V850): V850s now supplied by Renesas.
* readelf.c (get_machine_name): Update EM_V850 entry.
This commit is contained in:
parent
cf4dc96f0f
commit
8f7e76d024
4 changed files with 10 additions and 2 deletions
|
@ -1836,7 +1836,7 @@ get_machine_name (unsigned e_machine)
|
|||
case EM_CYGNUS_M32R:
|
||||
case EM_M32R: return "Renesas M32R (formerly Mitsubishi M32r)";
|
||||
case EM_CYGNUS_V850:
|
||||
case EM_V850: return "NEC v850";
|
||||
case EM_V850: return "Renesas v850";
|
||||
case EM_CYGNUS_MN10300:
|
||||
case EM_MN10300: return "mn10300";
|
||||
case EM_CYGNUS_MN10200:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue