Return void from linker callbacks
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index 39509392ffa249a43636adb2d19ef0b181b97e72..b14b479cbf02c20cae0d53cc8a8ef217b1e19c16 100644 (file)
@@ -3357,14 +3357,9 @@ elf_s390_relocate_section (bfd *output_bfd,
            }
 
          if (r == bfd_reloc_overflow)
-           {
-
-             if (! ((*info->callbacks->reloc_overflow)
-                    (info, (h ? &h->root : NULL), name, howto->name,
-                     (bfd_vma) 0, input_bfd, input_section,
-                     rel->r_offset)))
-               return FALSE;
-           }
+           (*info->callbacks->reloc_overflow)
+             (info, (h ? &h->root : NULL), name, howto->name,
+              (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
          else
            {
              (*_bfd_error_handler)
This page took 0.023708 seconds and 4 git commands to generate.