Fix description of EM_S370.
authorNick Clifton <nickc@redhat.com>
Thu, 13 Jan 2000 20:13:35 +0000 (20:13 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 13 Jan 2000 20:13:35 +0000 (20:13 +0000)
binutils/ChangeLog
binutils/readelf.c

index 146834b..ba85356 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-13  Nick Clifton  <nickc@cygnus.com>
+
+       * readelf.c (get_machine_name): Change EM_S370 to return "IBM
+       System/370".
+
 2000-01-11  Nick Clifton  <nickc@cygnus.com>
 
        * readelf.c (get_dynamic_type): Remove DT_ENCODING.
index bc6fbc8..aeeae9e 100644 (file)
@@ -1180,7 +1180,7 @@ get_machine_name (e_machine)
     case EM_486:               return "Intel 80486";
     case EM_860:               return "Intel 80860";
     case EM_MIPS:              return "MIPS R3000";
-    case EM_S370:              return "Amdahl";
+    case EM_S370:              return "IBM System/370";
     case EM_MIPS_RS4_BE:       return "MIPS R4000 big-endian";
     case EM_OLD_SPARCV9:       return "Sparc v9 (old)";
     case EM_PARISC:            return "HPPA";