gold: Add view and view_size parameters to is_call_to_non_split.
[deliverable/binutils-gdb.git] / gold / target.cc
index cc3765a8c0fdb7be315262605a6d36705347b886..3bae2dd5253cf95cf527925782a6ec2067388b83 100644 (file)
@@ -152,7 +152,8 @@ Target::do_make_output_section(const char* name, elfcpp::Elf_Word type,
 // whether the symbol is a function.
 
 bool
-Target::do_is_call_to_non_split(const Symbol* sym, const unsigned char*) const
+Target::do_is_call_to_non_split(const Symbol* sym, const unsigned char*,
+                               const unsigned char*, section_size_type) const
 {
   return sym->type() == elfcpp::STT_FUNC;
 }
This page took 0.024349 seconds and 4 git commands to generate.