Fix i960 machine name

* readelf.c (get_machine_name): Correct typo.
This commit is contained in:
Alan Modra 2018-04-16 23:21:58 +09:30
parent 8a3de5e1a3
commit d7867d174c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-04-16 Alan Modra <amodra@gmail.com>
* readelf.c (get_machine_name): Correct typo.
2018-04-16 Alan Modra <amodra@gmail.com>
* configure.ac: Remove arm-epoc-pe support.

View File

@ -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";