diff options
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index 87e7099..43e3efa 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -1341,7 +1341,7 @@ class Symbol_table // Add one external symbol from the incremental object OBJ to the symbol // table. Returns a pointer to the resolved symbol in the symbol table. template<int size, bool big_endian> - Symbol* + Sized_symbol<size>* add_from_incrobj(Object* obj, const char* name, const char* ver, elfcpp::Sym<size, big_endian>* sym); |