diff options
author | Ian Lance Taylor <iant@google.com> | 2006-12-06 00:28:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-12-06 00:28:03 +0000 |
commit | 91da9340ccc0b222d729c9f775b2d4ec1480ee75 (patch) | |
tree | 42f402c173aaf6337b63a492ff4d7aad50b8426d /gold/layout.h | |
parent | 14b317405813ed4aaf59235b5bfaf4f8decf1ad0 (diff) | |
download | gdb-91da9340ccc0b222d729c9f775b2d4ec1480ee75.zip gdb-91da9340ccc0b222d729c9f775b2d4ec1480ee75.tar.gz gdb-91da9340ccc0b222d729c9f775b2d4ec1480ee75.tar.bz2 |
gcc 3.2.2 and 4.1.0 portability hacks.
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> |