diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h index 44f9f4e..8b349cc 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -227,7 +227,8 @@ class Layout sized_create_version_sections(const Versions* versions, unsigned int local_symcount, const std::vector<Symbol*>& dynamic_symbols, - const Output_section* dynstr); + const Output_section* dynstr + ACCEPT_SIZE_ENDIAN); // Return whether to include this section in the link. template<int size, bool big_endian> |