bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/21074] [2.28 Regression] bfd ld stumbles over duplicated symbo


From: mitya57 at debian dot org
Subject: [Bug gold/21074] [2.28 Regression] bfd ld stumbles over duplicated symbols generated by gold
Date: Tue, 24 Jan 2017 13:47:08 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21074

Dmitry Shachnev <mitya57 at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitya57 at debian dot org

--- Comment #7 from Dmitry Shachnev <mitya57 at debian dot org> ---
> In the problem description, your __bss_start symbols have a Qt_5 version on 
> them, but when I link your test case, I don't see any versions on those 
> symbols.

It is worth noting that Qt uses a version script (i.e.
-Wl,--version-script,QtCore.version) which looks like this:

Qt_5_PRIVATE_API {
    qt_private_api_tag*;
    /* some more declarations here */
};
Qt_5 { *; };
Qt_5.0 {} Qt_5;
Qt_5.1 {} Qt_5.0;
Qt_5.2 {} Qt_5.1;
Qt_5.3 {} Qt_5.2;
Qt_5.4 {} Qt_5.3;
Qt_5.5 {} Qt_5.4;
Qt_5.6 {} Qt_5.5;
Qt_5.7 { qt_version_tag; } Qt_5.6

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]