mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Fix i960 machine name
* readelf.c (get_machine_name): Correct typo.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user