Fix spelling mistakes in comments in configure scripts
[deliverable/binutils-gdb.git] / gold / target.h
index d20044e58c2611515d836a144b84e634f7c0e163..8e801e18278e3f0f9d5321381b8b028fbda06692 100644 (file)
@@ -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
This page took 0.023146 seconds and 4 git commands to generate.