Bug 24960

Summary: Filter-out all C++ symbols
Product: WebKit Reporter: Mike Hommey <mh+webkit>
Component: WebKitGTKAssignee: Mike Hommey <mh+webkit>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   
Attachments:
Description Flags
patch zecke: review+

Mike Hommey
Reported 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.
Attachments
patch (834 bytes, patch)
2009-03-31 10:48 PDT, Mike Hommey
zecke: review+
Mike Hommey
Comment 1 2009-03-31 10:48:13 PDT
Holger Freyther
Comment 2 2009-04-02 23:35:07 PDT
Comment on attachment 29124 [details] patch I agree.
Jan Alonzo
Comment 3 2009-04-05 01:24:38 PDT
Landed in r42232. Thanks!
Note You need to log in before you can comment on or make changes to this bug.