Pass relocations to Target::do_calls_non_split.
[deliverable/binutils-gdb.git] / gold / reloc.cc
index b83a9629d77a711292e6d8de3e562acd214490fd..c0c06c5ce6fe72d9ce9e0396908b3c883c46fde9 100644 (file)
@@ -1364,6 +1364,7 @@ Sized_relobj_file<size, big_endian>::split_stack_adjust_reltype(
       std::string from;
       std::string to;
       parameters->target().calls_non_split(this, shndx, p->first, p->second,
+                                          prelocs, reloc_count,
                                           view, view_size, &from, &to);
       if (!from.empty())
        {
This page took 0.023851 seconds and 4 git commands to generate.