... you support __thread. the latter is just a keyword to gcc to tell it to generate TLS relocs against the specified storage.
If the ggc-version is not constructed to support __thread, I don't think you can tell it to do so, as gcc needs to know how to support __thread (e.g. x86 uses register GS for that).
I suppose once you see a "not supported" message from gcc, you are out of luck.
-Michael _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
