-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / bfd / elfnn-aarch64.c
index b23db29f89e90ccc88635343cfa26a60bd4a12e9..56b0943037c97cd0673eff93ea63eff287c40df8 100644 (file)
@@ -5312,6 +5312,7 @@ elfNN_aarch64_final_link_relocate (reloc_howto_type *howto,
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
        }
+      /* Fall through.  */
 
     case BFD_RELOC_AARCH64_16:
 #if ARCH_SIZE == 64
@@ -7323,6 +7324,7 @@ elfNN_aarch64_check_relocs (bfd *abfd, struct bfd_link_info *info,
              bfd_set_error (bfd_error_bad_value);
              return FALSE;
            }
+         /* Fall through.  */
 
        case BFD_RELOC_AARCH64_ADR_HI21_NC_PCREL:
        case BFD_RELOC_AARCH64_ADR_HI21_PCREL:
This page took 0.052662 seconds and 4 git commands to generate.