diff options
Diffstat (limited to 'bfd/elf64-s390.c')
-rw-r--r-- | bfd/elf64-s390.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c index 431d06c..f9057e3 100644 --- a/bfd/elf64-s390.c +++ b/bfd/elf64-s390.c @@ -1052,6 +1052,7 @@ elf_s390_check_relocs (bfd *abfd, case R_390_GOTOFF64: if (h == NULL || !s390_is_ifunc_symbol_p (h) || !h->def_regular) break; + /* Fall through. */ case R_390_PLT12DBL: case R_390_PLT16DBL: @@ -2758,6 +2759,7 @@ elf_s390_relocate_section (bfd *output_bfd, + h->plt.offset); goto do_relocation; } + /* Fall through. */ case R_390_8: case R_390_16: |