RESOLVED FIXED 24960
Filter-out all C++ symbols
https://bugs.webkit.org/show_bug.cgi?id=24960
Summary Filter-out all C++ symbols
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.