diff options
author | Ian Lance Taylor <iant@google.com> | 2006-12-01 00:10:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-12-01 00:10:37 +0000 |
commit | 1ddbd1e61787c0402eee18fdaa6af9d62034b6b7 (patch) | |
tree | 90ddc2edc3c351cd508811a325370aae9ab8c5d0 /gold/output.h | |
parent | 2711582ca64d4a68932da22cf26ca13989fb35ee (diff) | |
download | gdb-1ddbd1e61787c0402eee18fdaa6af9d62034b6b7.zip gdb-1ddbd1e61787c0402eee18fdaa6af9d62034b6b7.tar.gz gdb-1ddbd1e61787c0402eee18fdaa6af9d62034b6b7.tar.bz2 |
gcc 3.2.2 portability hacks.
Diffstat (limited to 'gold/output.h')
-rw-r--r-- | gold/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/output.h b/gold/output.h index 6e575ba..f7efdba 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 |