* common.h (EM_V850): V850s now supplied by Renesas.
* readelf.c (get_machine_name): Update EM_V850 entry.
This commit is contained in:
parent
904e3e2004
commit
bd6bfbb9f3
|
@ -1,3 +1,7 @@
|
|||
2011-03-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* common.h (EM_V850): V850s now supplied by Renesas.
|
||||
|
||||
2011-02-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 12516
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
#define EM_FR30 84 /* Fujitsu FR30 */
|
||||
#define EM_D10V 85 /* Mitsubishi D10V */
|
||||
#define EM_D30V 86 /* Mitsubishi D30V */
|
||||
#define EM_V850 87 /* NEC v850 */
|
||||
#define EM_V850 87 /* Renesas V850 (formerly NEC V850) */
|
||||
#define EM_M32R 88 /* Renesas M32R (formerly Mitsubishi M32R) */
|
||||
#define EM_MN10300 89 /* Matsushita MN10300 */
|
||||
#define EM_MN10200 90 /* Matsushita MN10200 */
|
||||
|
|
Loading…
Reference in New Issue