Add test for ARMv6-M farcall with no profile info
[deliverable/binutils-gdb.git] / gold / target.cc
index f558c5e8739e46ead3e9264f32e17f1699ff9951..19d001c0c611cb1e23b1dd5d1ff5c4ba2de8f0dc 100644 (file)
@@ -161,7 +161,8 @@ Target::do_is_call_to_non_split(const Symbol* sym, unsigned int) const
 
 void
 Target::do_calls_non_split(Relobj* object, unsigned int, section_offset_type,
-                          section_size_type, unsigned char*, section_size_type,
+                          section_size_type, const unsigned char*, size_t,
+                          unsigned char*, section_size_type,
                           std::string*, std::string*) const
 {
   static bool warned;
This page took 0.024827 seconds and 4 git commands to generate.