Is gcc and libgcc_s.a thread-safe ?
biju64
alex.jacob@logica.com
Mon Jan 19 12:41:00 GMT 2009
Hello anyone,
We have a project where we use the gcc compiler and the libgcc_s.a (Compiler
collection library) to build executables on AIX 5.3 (powerpc). Please note
that we don't use the GNU C Library but instead use the AIX's own libc.a for
the C functions.
We have a plan to use threads for some executables / some functions. Before
we do this I want to be sure that the code generated by gcc and the
libgcc_s.a are both thread-safe.
Can anyone point me to some GNU/GCC documentation (or have any experience)
regarding this ? Is is safe to assume that both the code generated by gcc
and the libgcc_s.a libraries are thread-safe ?
Please help,
Grateful for any pointers.
Regards
Alex
--
View this message in context: http://www.nabble.com/Is-gcc-and-libgcc_s.a-thread-safe---tp21542269p21542269.html
Sent from the gcc - Help mailing list archive at Nabble.com.
More information about the Gcc-help
mailing list