2000-03-01 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / bout.c
index dd1754af255c527a95b0c88844d4a2ce8b219c5e..c230e18c0ea69818e36f5b2b4efac3786bb859b4 100644 (file)
@@ -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;
        }
This page took 0.024399 seconds and 4 git commands to generate.