]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
authorIan Lance Taylor <ian@airs.com>
Thu, 9 Dec 2004 06:19:12 +0000 (06:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 9 Dec 2004 06:19:12 +0000 (06:19 +0000)
binutils/ChangeLog
binutils/readelf.c

index dbc782d159bd42ad5e5c0ff596ccc8e54ef3e9c0..16d0c4de4f99864923a951955c90303fd01616cc 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
+
 2004-12-08  Ben Elliston  <bje@au.ibm.com>
 
        * arlex.l: Fix formatting.
index 4cbbf88adf70e2a5bb0d70fb5517133cb076618d..ac0a21a8b52c5c40ef1d2c66d0d15f8c70864da7 100644 (file)
@@ -2019,6 +2019,7 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
            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 E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
            case 0:
            /* We simply ignore the field in this case to avoid confusion:
               MIPS ELF does not specify EF_MIPS_MACH, it is a GNU