Re: libgcc exception handling not thread safe

2002-02-08 Thread Andreas Damm
Feb 2002 20:49:31 +1100 > From: Robert Collins <[EMAIL PROTECTED]> > To: Andreas Damm <[EMAIL PROTECTED]>, > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Re: libgcc exception handling not thread safe > > > === > - Original Messag

Re: libgcc exception handling not thread safe

2002-02-08 Thread Robert Collins
=== - Original Message - From: "Andreas Damm" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 8:47 PM Subject: libgcc exception handling not thread safe > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > libgcc.a in t

libgcc exception handling not thread safe

2002-02-08 Thread Andreas Damm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 libgcc.a in the gcc package does not seem to be thread safe with regards to c++ exception handling. Doing a nm libgcc.a does not show any dependencies on Windows synchronisation and thread functions (e.g. InterlockedIncrement and TlsAlloc). When comp