From Cary Coutant: Fix handling of versioned symbols, add some tests.
This commit is contained in:
parent
dc96b90a10
commit
99f8facac9
15 changed files with 501 additions and 107 deletions
|
@ -1296,6 +1296,7 @@ Versions::add_def(const Symbol* sym, const char* version,
|
|||
|
||||
// We have now seen a symbol in this version, so it is not
|
||||
// weak.
|
||||
gold_assert(vb != NULL);
|
||||
vb->clear_weak();
|
||||
|
||||
// FIXME: When we support version scripts, we will need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue