diff options
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index e262cd4..fb5828b 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -1213,6 +1213,10 @@ class Symbol_table void force_local(Symbol*); + // Adjust NAME and *NAME_KEY for wrapping. + const char* + wrap_symbol(Object* object, const char*, Stringpool::Key* name_key); + // Whether we should override a symbol, based on flags in // resolve.cc. static bool |