summaryrefslogtreecommitdiff
path: root/bfd/elf64-s390.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf64-s390.c')
-rw-r--r--bfd/elf64-s390.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/bfd/elf64-s390.c b/bfd/elf64-s390.c
index 39509392ffa..b14b479cbf0 100644
--- a/bfd/elf64-s390.c
+++ b/bfd/elf64-s390.c
@@ -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)