OSDN Git Service

* common.h (EM_V850): V850s now supplied by Renesas.
authornickc <nickc>
Thu, 10 Mar 2011 19:23:36 +0000 (19:23 +0000)
committernickc <nickc>
Thu, 10 Mar 2011 19:23:36 +0000 (19:23 +0000)
* readelf.c (get_machine_name): Update EM_V850 entry.

binutils/ChangeLog
binutils/readelf.c
include/elf/ChangeLog
include/elf/common.h

index 50be795..2e50ba4 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-10  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_machine_name): Update EM_V850 entry.
+
 2011-03-03  Mike Frysinger  <vapier@gentoo.org>
 
        * objdump.c (usage): Fix single typo.
index fedf771..71f0501 100644 (file)
@@ -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:
index 1e87b76..ee88a5c 100644 (file)
@@ -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
index 01c519d..52ce9a5 100644 (file)
 #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 */