aboutsummaryrefslogtreecommitdiff
path: root/gold/symtab.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-12-01 16:58:12 +0000
committerIan Lance Taylor <iant@google.com>2006-12-01 16:58:12 +0000
commit6a4699867a44b59f726f108b489d4462d5ce9fa3 (patch)
tree031431ff82d32f0285b4797c492ecc146f5b6949 /gold/symtab.h
parent16649710df23ad9038e0057035882a92e783f7e6 (diff)
downloadgdb-6a4699867a44b59f726f108b489d4462d5ce9fa3.zip
gdb-6a4699867a44b59f726f108b489d4462d5ce9fa3.tar.gz
gdb-6a4699867a44b59f726f108b489d4462d5ce9fa3.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 ee3b3a8..f7a5c4c 100644
--- a/gold/symtab.h
+++ b/gold/symtab.h
@@ -933,7 +933,8 @@ class Symbol_table
template<int size, bool big_endian>
void
sized_write_symbol(Sized_symbol<size>*, unsigned int shndx,
- const Stringpool*, unsigned char* p) const;
+ const Stringpool*, unsigned char* p
+ ACCEPT_SIZE_ENDIAN) const;
// Write out a section symbol, specialized for size and endianness.
template<int size, bool big_endian>