diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-21 07:20:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-21 07:20:01 +0000 |
commit | 7e1edb9089c4eec761d09d9bb0ce675eb0bcbc2b (patch) | |
tree | 8e9869d1fd6febfdfdc5e754ba12f36e899d9bb2 /gold/dynobj.h | |
parent | be9d5a933eb75809b583dc29bc7deb7690954d12 (diff) | |
download | gdb-7e1edb9089c4eec761d09d9bb0ce675eb0bcbc2b.zip gdb-7e1edb9089c4eec761d09d9bb0ce675eb0bcbc2b.tar.gz gdb-7e1edb9089c4eec761d09d9bb0ce675eb0bcbc2b.tar.bz2 |
Add global parameters.
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r-- | gold/dynobj.h | 9 |
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. |