diff options
author | Ian Lance Taylor <iant@google.com> | 2006-11-03 18:38:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-11-03 18:38:43 +0000 |
commit | 593f47df457d5e059f49b1ce62d1b51d4a7cc3e4 (patch) | |
tree | 1f5b2070678b01fd88b1818246356679bd078d59 /gold/symtab.h | |
parent | ead1e4244a55707685d105c662a9a1faf5d122fe (diff) | |
download | gdb-593f47df457d5e059f49b1ce62d1b51d4a7cc3e4.zip gdb-593f47df457d5e059f49b1ce62d1b51d4a7cc3e4.tar.gz gdb-593f47df457d5e059f49b1ce62d1b51d4a7cc3e4.tar.bz2 |
gcc 3.2.2 portability hacks.
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. |