[Webkit-unassigned] [Bug 96514] [Gtk EWS] EWS for Gtk+ should generate the mangled symbols for unresolved symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 27 23:27:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=96514


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zandobersek at gmail.com




--- Comment #3 from Zan Dobersek <zandobersek at gmail.com>  2013-04-27 23:25:47 PST ---
There's the --no-demangle option that can be passed to the linker to stop the missing symbol being written out in the demangled form.
There's also the COLLECT_NO_DEMANGLE env which has the same effect when set.
http://linux.die.net/man/1/ld

I'll see what the ld and gold linkers support.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list