This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch][ping] fix PR43602 for emutls targets.
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: jakub at redhat dot com
- Date: Wed, 14 Apr 2010 22:15:52 -0400
- Subject: [patch][ping] fix PR43602 for emutls targets.
Jakub,
Since you were one of the original authors of the
emutls patch, can we get a review on the patch...
http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00129.html
that fixes the broken implementation of emutls for
targets like darwin that rely on it? This fix will also
allow the profiling race conditions fix (r157822) to
be reapplied. Okay for gcc trunk and gcc-4_5-branch?
Jack
ps With this fix all of the testsuite can be converted
from requiring tls_native to just tls with only two
failures being triggered (proving that emutls finally
works properly once this patch is applied).