aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2006-12-06 00:28:03 +0000
committerIan Lance Taylor <iant@google.com>2006-12-06 00:28:03 +0000
commit91da9340ccc0b222d729c9f775b2d4ec1480ee75 (patch)
tree42f402c173aaf6337b63a492ff4d7aad50b8426d /gold/layout.h
parent14b317405813ed4aaf59235b5bfaf4f8decf1ad0 (diff)
downloadfsf-binutils-gdb-91da9340ccc0b222d729c9f775b2d4ec1480ee75.zip
fsf-binutils-gdb-91da9340ccc0b222d729c9f775b2d4ec1480ee75.tar.gz
fsf-binutils-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.h3
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>