Helgrind: Suppress false positive reports on _dl_allocate_tls_init()

Reported-by: Dejan Jevtic <dejan.jevtic@rt-rk.com>


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13745 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.34567-NPTL-helgrind.supp b/glibc-2.34567-NPTL-helgrind.supp
index 08d3981..d68fedf 100644
--- a/glibc-2.34567-NPTL-helgrind.supp
+++ b/glibc-2.34567-NPTL-helgrind.supp
@@ -244,6 +244,15 @@
 #
 # helgrind---ld.so-...-dlsym was merged into helgrind-glibc2X-001
 
+{
+   helgrind---_dl_allocate_tls 
+   Helgrind:Race
+   fun:mempcpy
+   fun:_dl_allocate_tls_init
+   fun:pthread_create@@GLIBC_2.2*
+   fun:pthread_create_WRK
+   fun:pthread_create@*
+}
 
 ####################################################
 # To do with GNU libgomp