-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index 921268fa07582c4b807fe3d7988c36eaf4d0dd7e..7285ad6997a886468ff75684eb7f75a089df089c 100644 (file)
@@ -1124,6 +1124,7 @@ elf_s390_check_relocs (bfd *abfd,
        case R_390_GOTOFF32:
          if (h == NULL || !s390_is_ifunc_symbol_p (h) || !h->def_regular)
            break;
+         /* Fall through.  */
 
        case R_390_PLT12DBL:
        case R_390_PLT16DBL:
@@ -2802,6 +2803,7 @@ elf_s390_relocate_section (bfd *output_bfd,
                            + h ->plt.offset);
              goto do_relocation;
            }
+         /* Fall through.  */
 
        case R_390_8:
        case R_390_16:
This page took 0.024473 seconds and 4 git commands to generate.