[Xfce-bugs] [Bug 5887] Add support for -Bsymbolic-functions to LD checks

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Oct 22 16:00:56 CEST 2009


http://bugzilla.xfce.org/show_bug.cgi?id=5887

--- Comment #13 from Nick Schermer <nick at xfce.org> 2009-10-22 16:00:54 CEST ---
My final goal was using a .ver file (which is more or less like the symbols
file in our case) and pass that to -Wl,--version-script (instead of the
-export-symbols-regex, which creates such a file on the fly). Then we have a
'symbols' file to maintain/check the api, which is directly passed to the
linker and can also be used for the abicheck.sh test, -Bsymbolic-functions
would've solved the internal PLT stuff. That is the simplest and also the most
effective setup from a performance (whether that is measurable or not) and
maintenance point of view.

Anyway, already restored (and fixed) most of the alias stuff, but I do get a
feeling out of all this that some people don't care because it works for them
and so you don't have to look forward and try something. The performance thing
is an easy one to toss because we all know it is hard to measure, but for that
same bit of extra performance we also use the alias code.

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Xfce-bugs mailing list