Bug 24960 - Filter-out all C++ symbols
Summary: Filter-out all C++ symbols
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Linux
: P2 Normal
Assignee: Mike Hommey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-31 10:47 PDT by Mike Hommey
Modified: 2009-04-05 01:24 PDT (History)
0 users

See Also:


Attachments
patch (834 bytes, patch)
2009-03-31 10:48 PDT, Mike Hommey
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Hommey 2009-03-31 10:47:45 PDT
Considering the public API is all C, we can just filter out all C++ mangled symbols, which will avoid exporting symbols in some corner cases such as gcc bugs on specific architectures, etc.

For instance, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38643 prevents webkitgtk to build without exporting too many symbols on armel.
Comment 1 Mike Hommey 2009-03-31 10:48:13 PDT
Created attachment 29124 [details]
patch
Comment 2 Holger Freyther 2009-04-02 23:35:07 PDT
Comment on attachment 29124 [details]
patch

I agree.
Comment 3 Jan Alonzo 2009-04-05 01:24:38 PDT
Landed in r42232. Thanks!