diff options
Diffstat (limited to 'gold/symtab.cc')
-rw-r--r-- | gold/symtab.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/symtab.cc b/gold/symtab.cc index 3df86b5..7e5b66c 100644 --- a/gold/symtab.cc +++ b/gold/symtab.cc @@ -414,6 +414,7 @@ Symbol::should_add_dynsym_entry(Symbol_table* symtab) const // externally visible, we need to add it. if ((parameters->options().export_dynamic() || parameters->options().shared()) && !this->is_from_dynobj() + && !this->is_undefined() && this->is_externally_visible()) return true; |