aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-10 10:23:37 +0000
committerNick Clifton <nickc@redhat.com>2011-03-10 10:23:37 +0000
commit8f7e76d0246964e28c57fcbbab65686efb8c10f8 (patch)
tree082ca80e6831dfd1471c7c573e08442e189ada2c /include
parentcf4dc96f0f1bf17026c35a59ec7b2509ea88c64b (diff)
downloadfsf-binutils-gdb-8f7e76d0246964e28c57fcbbab65686efb8c10f8.zip
fsf-binutils-gdb-8f7e76d0246964e28c57fcbbab65686efb8c10f8.tar.gz
fsf-binutils-gdb-8f7e76d0246964e28c57fcbbab65686efb8c10f8.tar.bz2
* common.h (EM_V850): V850s now supplied by Renesas.
* readelf.c (get_machine_name): Update EM_V850 entry.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/common.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 1e87b76..ee88a5c 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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
diff --git a/include/elf/common.h b/include/elf/common.h
index 01c519d..52ce9a5 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 */