diff options
author | Ian Lance Taylor <iant@google.com> | 2006-09-26 21:50:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-09-26 21:50:25 +0000 |
commit | 274e99f9ae3f56ab0364b3d0947b91deeb3528e1 (patch) | |
tree | 18a06078f9c3e8de23428680a5e30437497d19b8 /gold/target.h | |
parent | d288e464ac39ad965115c86ba29c7dc07ed9f5d6 (diff) | |
download | gdb-274e99f9ae3f56ab0364b3d0947b91deeb3528e1.zip gdb-274e99f9ae3f56ab0364b3d0947b91deeb3528e1.tar.gz gdb-274e99f9ae3f56ab0364b3d0947b91deeb3528e1.tar.bz2 |
g++ 3.2.2 portability fixes.
Diffstat (limited to 'gold/target.h')
-rw-r--r-- | gold/target.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gold/target.h b/gold/target.h index 236185b..161c75d 100644 --- a/gold/target.h +++ b/gold/target.h @@ -50,16 +50,6 @@ class Target has_resolve() const { return this->has_resolve_; } - // Resolve a symbol. This is called when we see a symbol with a - // target specific binding (STB_LOOS through STB_HIOS or STB_LOPROC - // through STB_HIPROC). TO is a pre-existing symbol. SYM is the - // new symbol, seen in OBJECT. This returns true on success, false - // if the symbol can not be resolved. - template<int size, bool big_endian> - bool - resolve(Sized_symbol<size>* to, const elfcpp::Sym<size, big_endian>& sym, - Object* object); - protected: Target(int size, bool is_big_endian, bool has_make_symbol, bool has_resolve) : size_(size), |