This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: -fvisibility=hidden vs. extern "C"


> Ah, I see what the problem is.  The prototype is in __cxxabiv1 and the 
> definition is in the global namespace, so they don't get combined.  One 
> or the other should move; I'd probably move the definition into the 
> namespace.

Ah ha indeed. Thanks. 

With your patch in, -fvisibility=default works.

So, it's just tuning now. Whee.

-benjamin


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