summaryrefslogtreecommitdiff
path: root/gold/output.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-12-01 00:10:37 +0000
committerIan Lance Taylor <iant@google.com>2006-12-01 00:10:37 +0000
commitb1c0d1728201b2385f9c8d3496f126a635c52e97 (patch)
treed12a960bb960974e917c5e07f20ae567023ed9be /gold/output.h
parentde19f433f548d49baf69f71896544c11440660f8 (diff)
downloadbinutils-redhat-b1c0d1728201b2385f9c8d3496f126a635c52e97.tar.gz
gcc 3.2.2 portability hacks.
Diffstat (limited to 'gold/output.h')
-rw-r--r--gold/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/output.h b/gold/output.h
index 6e575ba404..f7efdba55d 100644
--- a/gold/output.h
+++ b/gold/output.h
@@ -1034,7 +1034,7 @@ class Output_data_dynamic : public Output_section_data
// Write the dynamic entry to an output view.
template<int size, bool big_endian>
void
- write(unsigned char* pov, const Stringpool*) const;
+ write(unsigned char* pov, const Stringpool* ACCEPT_SIZE_ENDIAN) const;
private:
enum Classification