mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Fix i960 machine name
* readelf.c (get_machine_name): Correct typo.
This commit is contained in:
parent
8a3de5e1a3
commit
d7867d174c
@ -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.
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user