Add a couple more suppressions.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8870 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.34567-NPTL-helgrind.supp b/glibc-2.34567-NPTL-helgrind.supp
index 3aface5..d8943df 100644
--- a/glibc-2.34567-NPTL-helgrind.supp
+++ b/glibc-2.34567-NPTL-helgrind.supp
@@ -101,6 +101,20 @@
    obj:/lib*/ld-2.*so*
    obj:/lib*/libpthread-2.*so*
 }
+{
+   helgrind-glibc2X-015
+   Helgrind:Race
+   obj:/lib*/libc-2.*so*
+   obj:/lib*/libdl-2.*so*
+   obj:/lib*/ld-2.*so*
+}
+{
+   helgrind-glibc2X-016
+   Helgrind:Race
+   obj:/lib*/libpthread-2.*so*
+   obj:/lib*/ld-2.*so*
+   obj:/lib*/ld-2.*so*
+}
 
 # These are very ugly.  They are needed to suppress errors inside (eg)
 # NPTL's pthread_cond_signal.  Why only one stack frame -- at least we
@@ -229,6 +243,17 @@
    fun:*pthread_unwind*
 }
 
+{
+   helgrind---...-*Unwind*-*pthread_unwind*
+   Helgrind:Race
+   ...
+   fun:_Unwind*
+   ...
+   fun:_Unwind_Backtrace
+}
+
+
+
 
 ####################################################
 # To do with thread stack allocation and deallocation?