diff options
author | Ian Lance Taylor <iant@google.com> | 2006-09-29 22:34:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-09-29 22:34:01 +0000 |
commit | 5482377ddc6d4104399a7e2e49518a6e893dca65 (patch) | |
tree | 17d8018e5b63b67fee207053404b8479c00f6843 /gold/output.h | |
parent | 61ba1cf93601b0a0877a8ade94ba3c674a09f77e (diff) | |
download | gdb-5482377ddc6d4104399a7e2e49518a6e893dca65.zip gdb-5482377ddc6d4104399a7e2e49518a6e893dca65.tar.gz gdb-5482377ddc6d4104399a7e2e49518a6e893dca65.tar.bz2 |
Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.
Diffstat (limited to 'gold/output.h')
-rw-r--r-- | gold/output.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/output.h b/gold/output.h index c6f2c78..368e4ba 100644 --- a/gold/output.h +++ b/gold/output.h @@ -481,7 +481,8 @@ class Output_segment // Write the section headers of associated sections into V. template<int size, bool big_endian> unsigned char* - write_section_headers(const Stringpool*, unsigned char* v) const; + write_section_headers(const Stringpool*, + unsigned char* v ACCEPT_SIZE_ENDIAN) const; private: Output_segment(const Output_segment&); @@ -501,7 +502,7 @@ class Output_segment template<int size, bool big_endian> unsigned char* write_section_headers_list(const Stringpool*, const Output_data_list*, - unsigned char* v) const; + unsigned char* v ACCEPT_SIZE_ENDIAN) const; // The list of output data with contents attached to this segment. Output_data_list output_data_; |