K 10 svn:author V 6 marius K 8 svn:date V 27 2007-11-09T21:15:58.000000Z K 7 svn:log V 382 MFC: 1.7 In _pthread_key_create() ensure that libthr is initialized. This fixes a NULL-dereference of curthread when libstdc+ initializes the exception handling globals on archs we can't use GNU TLS due to lack of support in binutils 2.15 (i.e. arm and sparc64), yet, thus making threaded C++ programs compiled with GCC 4.2.1 work again on these archs. Approved by: re (kensmith) END