This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Recent libstdc++ regression on i686-linux: abi/cxx_runtime_only_linkage.cc


Paolo Carlini wrote:
So, essentially, you want to *duplicate* all the exports now in libstdc++ also in libsupc++? Because certainly you can't remove the exports from libstdc++. No, no, I don't think we want to do that.
Disregard the above. Anyway, I'm not at all convinced that your plan is doable, in particular given versioning. The symbols that you would start exporting from libsupc++ would have to appear to the users of libstdc++ as GLIBCXX_3.4, not as CXXABI_1.3.4.

Anyway, I don't want to appear too pessimistic, give the thing a try...

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]