gcc 3.2.2 and 4.1.0 portability hacks.

This commit is contained in:
Ian Lance Taylor
2006-12-06 00:28:03 +00:00
parent 14b3174058
commit 91da9340cc
5 changed files with 135 additions and 103 deletions

View File

@ -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>