[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/20238] error: undefined reference to '__cxa_finalize'
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gold/20238] error: undefined reference to '__cxa_finalize' |
Date: |
Tue, 27 Sep 2016 19:26:24 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=20238
--- Comment #53 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Cary Coutant <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e3f07b5b750554bbbbee1bddc34bb77fd7d31eeb
commit e3f07b5b750554bbbbee1bddc34bb77fd7d31eeb
Author: Cary Coutant <address@hidden>
Date: Tue Sep 27 12:08:19 2016 -0700
Don't treat as separate symbols if unversioned symbol is undefined.
When we see an unversioned symbol reference in a shared library, followed
by a default definition of the symbol in another shared library, we were
treating them as separate symbols. That should only happen when both are
definitions.
gold/
PR gold/20238
* symtab.cc (Symbol_table::define_default_version): Check that
unversioned symbol is defined.
--
You are receiving this mail because:
You are on the CC list for the bug.