summaryrefslogtreecommitdiff
path: root/bfd/bout.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/bout.c')
-rw-r--r--bfd/bout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bout.c b/bfd/bout.c
index dd1754af255..c230e18c0ea 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;
}