aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-11-03 18:38:43 +0000
committerIan Lance Taylor <iant@google.com>2006-11-03 18:38:43 +0000
commit593f47df457d5e059f49b1ce62d1b51d4a7cc3e4 (patch)
tree1f5b2070678b01fd88b1818246356679bd078d59 /gold/symtab.h
parentead1e4244a55707685d105c662a9a1faf5d122fe (diff)
downloadfsf-binutils-gdb-593f47df457d5e059f49b1ce62d1b51d4a7cc3e4.zip
fsf-binutils-gdb-593f47df457d5e059f49b1ce62d1b51d4a7cc3e4.tar.gz
fsf-binutils-gdb-593f47df457d5e059f49b1ce62d1b51d4a7cc3e4.tar.bz2
gcc 3.2.2 portability hacks.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r--gold/symtab.h3
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.