* 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 eea10a2de5f55889e852decaa1fa2a50198fe80b..95b3568d19d166289f29aebb5679c08f75fa868c 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 b35ddfe30508dc137ac70276015a02840d812f1a..516b0409e231e405f12b5806fbb6a564729357dd 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)