-Wimplicit-fallthrough error fixes
[deliverable/binutils-gdb.git] / gas / config / tc-mt.c
index e0bca88669470616e880586823d711537fb3c91b..1ae271ea4bc0691dda7221e0e012366bfda8426b 100644 (file)
@@ -27,7 +27,6 @@
 #include "cgen.h"
 #include "elf/common.h"
 #include "elf/mt.h"
-#include "libbfd.h"
 
 /* Structure to hold all of the different components
    describing an individual instruction.  */
@@ -134,6 +133,7 @@ md_parse_option (int c ATTRIBUTE_UNUSED, const char * arg)
          mt_mach_bitmask = 1 << MACH_MS2;
          mt_arch = ms2;
        }
+      break;
     case OPTION_NO_SCHED_REST:
       no_scheduling_restrictions = 1;
       break;
This page took 0.024067 seconds and 4 git commands to generate.