------- Comment #6 from aoliva at gcc dot gnu dot org 2005-11-14 14:30 ------- Another idea that's just occurred to me is to use a preprocessor macro to *refer* to the symbols throughout the source files. Say, __gthrw_(x) would expand to __gthrw_x when weakrefs are available, and to just x otherwise. Or something like that. I'll need the info requested above before deciding how to proceed, though.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24829