Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-10 13:23:37 +0300
committerNick Clifton <nickc@redhat.com>2011-03-10 13:23:37 +0300
commitbd6bfbb9f3a8e5ad9f4ec5b3db093a4bcac38415 (patch)
treeda1e947df982a0208cf192559deb816f75d58cda /include/elf/common.h
parent904e3e20049bf7c76cc16a1cd1a35e77cca2ffdd (diff)
* common.h (EM_V850): V850s now supplied by Renesas.
* readelf.c (get_machine_name): Update EM_V850 entry.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index 01c519dd0..52ce9a511 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -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 */