This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: emulating tls for systems without
On Sat, Oct 07, 2006 at 11:10:12AM +0200, Paolo Carlini wrote:
> A small update: I think we are decently safe, because, according to the
> manual, the default without -fpic is "initial-exec" and we are talking
> only about code belonging to libsupc++.
That's not true, people usually use libsupc++_convenience.a which is
compiled with -fpic and linked into libstdc++.so.6.
Jakub