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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to