Fix indentation in jit.c
[deliverable/binutils-gdb.git] / gold / target.cc
index 19d001c0c611cb1e23b1dd5d1ff5c4ba2de8f0dc..17c85a0ae5438a450fefbe9be4a85c66f47a976c 100644 (file)
@@ -1,6 +1,6 @@
 // target.cc -- target support for gold.
 
-// Copyright (C) 2009-2015 Free Software Foundation, Inc.
+// Copyright (C) 2009-2019 Free Software Foundation, Inc.
 // Written by Doug Kwan <dougkwan@google.com>.
 
 // This file is part of gold.
@@ -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, unsigned int) 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.024143 seconds and 4 git commands to generate.