daily update
[deliverable/binutils-gdb.git] / bfd / ieee.c
index f8d4e8002351e34acc1fe0d96cf40d8b5d730a38..0d60ad1e19c7510817afc3781b637abbd0b3a7fc 100644 (file)
@@ -1875,8 +1875,8 @@ ieee_object_p (bfd *abfd)
            family[9] = '\0';
          }
       }
-    else if ((strncmp (processor, "cpu32", 5) == 0) /* CPU32 and CPU32+ */
-            || (strncmp (processor, "CPU32", 5) == 0))
+    else if ((CONST_STRNEQ (processor, "cpu32")) /* CPU32 and CPU32+  */
+            || (CONST_STRNEQ (processor, "CPU32")))
       strcpy (family, "68332");
     else
       {
This page took 0.023655 seconds and 4 git commands to generate.