diff options
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 |