diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-10 10:23:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-10 10:23:37 +0000 |
commit | 8f7e76d0246964e28c57fcbbab65686efb8c10f8 (patch) | |
tree | 082ca80e6831dfd1471c7c573e08442e189ada2c /binutils | |
parent | cf4dc96f0f1bf17026c35a59ec7b2509ea88c64b (diff) | |
download | gdb-8f7e76d0246964e28c57fcbbab65686efb8c10f8.zip gdb-8f7e76d0246964e28c57fcbbab65686efb8c10f8.tar.gz 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 '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: |