aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-22 23:08:22 +0000
committerIan Lance Taylor <iant@google.com>2007-10-22 23:08:22 +0000
commit46fe162319cc0ad598f8aa74495ccde823349da2 (patch)
tree89aa9522a5133a2ee339f480d29f069908315988 /gold/layout.h
parent60dc88db8bb295650876632bce467ba703fea555 (diff)
downloadbinutils-46fe162319cc0ad598f8aa74495ccde823349da2.zip
binutils-46fe162319cc0ad598f8aa74495ccde823349da2.tar.gz
binutils-46fe162319cc0ad598f8aa74495ccde823349da2.tar.bz2
Fix versions of copied symbols.
Diffstat (limited to 'gold/layout.h')
-rw-r--r--gold/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/layout.h b/gold/layout.h
index 441be94..409290a 100644
--- a/gold/layout.h
+++ b/gold/layout.h
@@ -257,6 +257,7 @@ class Layout
// Create the version sections.
void
create_version_sections(const Versions*,
+ const Symbol_table*,
unsigned int local_symcount,
const std::vector<Symbol*>& dynamic_symbols,
const Output_section* dynstr);
@@ -264,6 +265,7 @@ class Layout
template<int size, bool big_endian>
void
sized_create_version_sections(const Versions* versions,
+ const Symbol_table*,
unsigned int local_symcount,
const std::vector<Symbol*>& dynamic_symbols,
const Output_section* dynstr