diff options
Diffstat (limited to 'gold/target.cc')
-rw-r--r-- | gold/target.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/target.cc b/gold/target.cc index 658fadf..cc3765a 100644 --- a/gold/target.cc +++ b/gold/target.cc @@ -152,7 +152,7 @@ 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 { return sym->type() == elfcpp::STT_FUNC; } |