summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-03-10 10:23:36 +0000
committerNick Clifton <nickc@redhat.com>2011-03-10 10:23:36 +0000
commita13be087f47368832095a9cd36a2cdb5dcf9b61b (patch)
treed7e4c769644e25ae1b324757ee6efbff3caa429b /binutils/readelf.c
parent5c5638e13efa1ec2b70b4426dbc6049bb00dded8 (diff)
downloadbinutils-redhat-a13be087f47368832095a9cd36a2cdb5dcf9b61b.tar.gz
* common.h (EM_V850): V850s now supplied by Renesas.
* readelf.c (get_machine_name): Update EM_V850 entry.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index fedf771cd5..71f0501760 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -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: