X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fbout.c;h=c230e18c0ea69818e36f5b2b4efac3786bb859b4;hb=5cc7c785d2ba07dee567660fc970aa17da7c994d;hp=dd1754af255c527a95b0c88844d4a2ce8b219c5e;hpb=ed288bb597072176e84fc8279707a3f2f475779b;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/bout.c b/bfd/bout.c index dd1754af25..c230e18c0e 100644 --- a/bfd/bout.c +++ b/bfd/bout.c @@ -1047,7 +1047,8 @@ get_value (reloc, link_info, input_section) { if (! ((*link_info->callbacks->undefined_symbol) (link_info, bfd_asymbol_name (symbol), - input_section->owner, input_section, reloc->address))) + input_section->owner, input_section, reloc->address, + true))) abort (); value = 0; }