bfd/
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 2aa6ef0e2f3cb86538dcfcc3ba280ddd8bbc8911..8f19a32ed418217c2f99ac448607fd58cacc23d4 100644 (file)
@@ -2015,11 +2015,9 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
          if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_M68000)
            strcat (buf, ", m68000");
          else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32)
-           {
-             strcat (buf, ", cpu32");
-             if (e_flags & EF_M68K_CPU32_FIDO_A)
-               strcat (buf, ", fido_a");
-           }
+           strcat (buf, ", cpu32");
+         else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
+           strcat (buf, ", fido_a");
          else
            {
              char const *isa = _("unknown");
This page took 0.025142 seconds and 4 git commands to generate.