diff options
Diffstat (limited to 'gold/reloc.cc')
-rw-r--r-- | gold/reloc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/reloc.cc b/gold/reloc.cc index 5b4db46..001fb01 100644 --- a/gold/reloc.cc +++ b/gold/reloc.cc @@ -484,7 +484,7 @@ Copy_relocs<size, big_endian>::Copy_reloc_entry::should_emit() { if (this->sym_ == NULL) return false; - if (this->sym_->is_defined_in_dynobj()) + if (this->sym_->is_from_dynobj()) return true; this->sym_ = NULL; return false; |