]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 3559c02264caf4d907ee4a1a65d8f3a79e2d3a79..b69d0a7ff808962cbd220dde00e9c652473ae0d2 100644 (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.
index 2031ebe971c7175d8a2f55b1e884d3e4d3480a8f..1e80e817d47b1b8d2fb75ea206d9d35ef94df30c 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";