aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/reloc16.c')
-rw-r--r--bfd/reloc16.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/bfd/reloc16.c b/bfd/reloc16.c
index bae0fb0..39e95f2 100644
--- a/bfd/reloc16.c
+++ b/bfd/reloc16.c
@@ -80,11 +80,9 @@ bfd_coff_reloc16_get_value (arelent *reloc,
value = 0;
else
{
- if (!((*link_info->callbacks->undefined_symbol)
- (link_info, bfd_asymbol_name (symbol),
- input_section->owner, input_section, reloc->address,
- TRUE)))
- abort ();
+ (*link_info->callbacks->undefined_symbol)
+ (link_info, bfd_asymbol_name (symbol),
+ input_section->owner, input_section, reloc->address, TRUE);
value = 0;
}
}