Fix i960 machine name
authorAlan Modra <amodra@gmail.com>
Mon, 16 Apr 2018 13:51:58 +0000 (23:21 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 16 Apr 2018 13:53:11 +0000 (23:23 +0930)
* readelf.c (get_machine_name): Correct typo.

binutils/ChangeLog
binutils/readelf.c

index 3559c02..b69d0a7 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * dlltool.c: Likewise.
        * configure: Regenerate.
index 2031ebe..1e80e81 100644 (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";