diff options
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index 40a9e57..2fa3396 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -507,7 +507,8 @@ class Symbol_table // Define a special symbol. template<int size, bool big_endian> Sized_symbol<size>* - define_special_symbol(Target* target, const char* name, bool only_if_ref); + define_special_symbol(Target* target, const char* name, bool only_if_ref + ACCEPT_SIZE_ENDIAN); // Define a special symbol based on an Output_data. It is a // multiple definition error if this symbol is already defined. |