diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/readelf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 50be795..2e50ba4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/readelf.c b/binutils/readelf.c index fedf771..71f0501 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: |