correct ft32 reloc range test
[deliverable/binutils-gdb.git] / bfd / elf32-m68hc1x.c
index 794663a9e194a1434c1cec75b67d9e586769dda4..35152ee1c7be3f8594769209de9b89526d760995 100644 (file)
@@ -963,7 +963,8 @@ elf32_m68hc11_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
          || r_type == R_M68HC11_GNU_VTINHERIT)
        continue;
 
-      (*ebd->elf_info_to_howto_rel) (input_bfd, &arel, rel);
+      if (! (*ebd->elf_info_to_howto_rel) (input_bfd, &arel, rel))
+       continue;
       howto = arel.howto;
 
       h = NULL;
This page took 0.023791 seconds and 4 git commands to generate.