-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 216102ebee76004f859d02170ac90ee965aead51..1dc77a4cb18d2d92030ebb13510f76a591080f62 100644 (file)
@@ -2134,7 +2134,7 @@ coff_print_symbol (bfd *abfd,
                                 auxp->u.auxent.x_scn.x_comdat);
                      break;
                    }
-                   /* Otherwise fall through.  */
+                 /* Fall through.  */
                case C_EXT:
                case C_AIX_WEAKEXT:
                  if (ISFCN (combined->u.syment.n_type))
@@ -2154,7 +2154,7 @@ coff_print_symbol (bfd *abfd,
                               llnos, next);
                      break;
                    }
-                 /* Otherwise fall through.  */
+                 /* Fall through.  */
                default:
                  fprintf (file, "AUX lnno %d size 0x%x tagndx %ld",
                           auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno,
This page took 0.023738 seconds and 4 git commands to generate.