From: Alan Modra Date: Mon, 16 Apr 2018 13:51:58 +0000 (+0930) Subject: Fix i960 machine name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7867d174c060f65dfff61e7db7725b30b1e1a32;p=binutils-gdb.git Fix i960 machine name * readelf.c (get_machine_name): Correct typo. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3559c02264c..b69d0a7ff80 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2018-04-16 Alan Modra + + * readelf.c (get_machine_name): Correct typo. + 2018-04-16 Alan Modra * configure.ac: Remove arm-epoc-pe support. diff --git a/binutils/readelf.c b/binutils/readelf.c index 2031ebe971c..1e80e817d47 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";