From: Alan Modra Date: Mon, 16 Apr 2018 13:51:58 +0000 (+0930) Subject: Fix i960 machine name X-Git-Tag: binutils-2_31~742 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7867d174c060f65dfff61e7db7725b30b1e1a32;p=external%2Fbinutils.git Fix i960 machine name * readelf.c (get_machine_name): Correct typo. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3559c02..b69d0a7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2018-04-16 Alan Modra + * readelf.c (get_machine_name): Correct typo. + +2018-04-16 Alan Modra + * configure.ac: Remove arm-epoc-pe support. * dlltool.c: Likewise. * configure: Regenerate. diff --git a/binutils/readelf.c b/binutils/readelf.c index 2031ebe..1e80e81 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2256,7 +2256,7 @@ get_machine_name (unsigned e_machine) case EM_PARISC: return "HPPA"; case EM_VPP550: return "Fujitsu VPP500"; case EM_SPARC32PLUS: return "Sparc v8+" ; - case EM_960: return "Intel 90860"; + case EM_960: return "Intel 80960"; case EM_PPC: return "PowerPC"; /* 20 */ case EM_PPC64: return "PowerPC64";