* readelf.c (get_machine_flags): Don't fall through into m68k cpu
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 7 Oct 2004 21:01:43 +0000 (21:01 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 7 Oct 2004 21:01:43 +0000 (21:01 +0000)
types.

binutils/ChangeLog
binutils/readelf.c

index eea10a2..95b3568 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-07  Alexandre Oliva  <aoliva@redhat.com>
+
+       * readelf.c (get_machine_flags): Don't fall through into m68k cpu
+       types.
+
 2004-10-01  Paul Brook  <paul@codesourcery.com>
 
        * readelf.c (get_arm_section_type_name): New function.
index b35ddfe..516b040 100644 (file)
@@ -1912,6 +1912,7 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
              strcat (buf, ", tomcat");
              break;
            }
+         break;
 
        case EM_68K:
          if (e_flags & EF_CPU32)