diff options
Diffstat (limited to 'gold/target.h')
-rw-r--r-- | gold/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/target.h b/gold/target.h index d20044e58c2..8e801e18278 100644 --- a/gold/target.h +++ b/gold/target.h @@ -834,7 +834,7 @@ class Sized_target : public Target // symbol table. This will only be called if has_make_symbol() // returns true. virtual Sized_symbol<size>* - make_symbol() const + make_symbol(const char*, elfcpp::STT, Object*, unsigned int, uint64_t) { gold_unreachable(); } // Resolve a symbol for the target. This should be overridden by a |