aboutsummaryrefslogtreecommitdiff
path: root/gold/dynobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r--gold/dynobj.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h
index 7575acd..46fea66 100644
--- a/gold/dynobj.h
+++ b/gold/dynobj.h
@@ -106,8 +106,7 @@ class Sized_dynobj : public Dynobj
// Lay out the input sections.
void
- do_layout(const General_options&, Symbol_table*, Layout*,
- Read_symbols_data*);
+ do_layout(Symbol_table*, Layout*, Read_symbols_data*);
// Add the symbols to the symbol table.
void
@@ -415,8 +414,7 @@ class Versions
// version section (.gnu.version).
template<int size, bool big_endian>
void
- symbol_section_contents(const General_options*, const Stringpool*,
- unsigned int local_symcount,
+ symbol_section_contents(const Stringpool*, unsigned int local_symcount,
const std::vector<Symbol*>& syms,
unsigned char**, unsigned int*
ACCEPT_SIZE_ENDIAN) const;
@@ -456,8 +454,7 @@ class Versions
// Return the version index to use for SYM.
unsigned int
- version_index(const General_options*, const Stringpool*,
- const Symbol* sym) const;
+ version_index(const Stringpool*, const Symbol* sym) const;
// We keep a hash table mapping canonicalized name/version pairs to
// a version base.