http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48076
--- Comment #9 from Richard Henderson <rth at gcc dot gnu.org> 2012-11-29 21:06:07 UTC --- Author: rth Date: Thu Nov 29 21:06:02 2012 New Revision: 193958 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193958 Log: PR libgcc/48076 * emutls.c (__emutls_get_address): Avoid race condition between obj->loc.offset read and emutls_key initialization. Modified: branches/gcc-4_7-branch/libgcc/ChangeLog branches/gcc-4_7-branch/libgcc/emutls.c