After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689648 - build: Use -Bsymbolic-functions by default if available
build: Use -Bsymbolic-functions by default if available
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-04 17:47 UTC by Colin Walters
Modified: 2012-12-04 23:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Use -Bsymbolic-functions by default if available (1.71 KB, patch)
2012-12-04 17:47 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-12-04 17:47:23 UTC
Using -Bsymbolic-functions to avoid internal PLT indirection is an
easy win.  This is the same code that both GLib and GTK+ have.
Comment 1 Colin Walters 2012-12-04 17:47:26 UTC
Created attachment 230680 [details] [review]
build: Use -Bsymbolic-functions by default if available
Comment 2 Behdad Esfahbod 2012-12-04 18:43:17 UTC
Review of attachment 230680 [details] [review]:

LGTM.
Comment 3 Colin Walters 2012-12-04 23:09:17 UTC
Attachment 230680 [details] pushed as d1a8997 - build: Use -Bsymbolic-functions by default if available