2002-09-30 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 1 Oct 2002 03:27:56 +0000 (03:27 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 1 Oct 2002 03:27:56 +0000 (03:27 +0000)
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
E_MIPS_MACH_5400 and E_MIPS_MACH_5500.

binutils/ChangeLog
binutils/readelf.c

index f151710098b3b018ac45b190de9f5713552f8a02..29a8339f978d158a19d451f0e75387f5c8d4d431 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-30  H.J. Lu <hjl@gnu.org>
+
+       * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
+       E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
+
 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
 
        * Makefile.am (CFILES): Add cxxfilt.c.
index 05b553d7cbc58726eb7071fa0ad530e60a4ac9a4..69e50f63fce85d971b81b702b9455d1e852ca515 100644 (file)
@@ -1821,8 +1821,11 @@ get_machine_flags (e_flags, e_machine)
            case E_MIPS_MACH_3900: strcat (buf, ", 3900"); break;
            case E_MIPS_MACH_4010: strcat (buf, ", 4010"); break;
            case E_MIPS_MACH_4100: strcat (buf, ", 4100"); break;
-           case E_MIPS_MACH_4650: strcat (buf, ", 4650"); break;
            case E_MIPS_MACH_4111: strcat (buf, ", 4111"); break;
+           case E_MIPS_MACH_4120: strcat (buf, ", 4120"); break;
+           case E_MIPS_MACH_4650: strcat (buf, ", 4650"); break;
+           case E_MIPS_MACH_5400: strcat (buf, ", 5400"); break;
+           case E_MIPS_MACH_5500: strcat (buf, ", 5500"); break;
            case E_MIPS_MACH_SB1:  strcat (buf, ", sb1");  break;
            case 0:
            /* We simply ignore the field in this case to avoid confusion: