Added NPTL-0.60 suppression patterns.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7621 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp
index 5dacd4f..d71da44 100644
--- a/glibc-2.X-drd.supp
+++ b/glibc-2.X-drd.supp
@@ -113,6 +113,14 @@
 {
    pthread
    exp-drd:ConflictingAccess
+   fun:clone
+   fun:create_thread
+   fun:pthread_create*
+   fun:pthread_create*
+}
+{
+   pthread
+   exp-drd:ConflictingAccess
    obj:/lib*/libc-*.so
    fun:__libc_thread_freeres
    fun:start_thread
@@ -217,6 +225,21 @@
 {
    pthread
    exp-drd:ConflictingAccess
+   fun:allocate_stack
+   fun:pthread_create*
+   fun:pthread_create*
+}
+{
+   pthread
+   exp-drd:ConflictingAccess
+   fun:get_cached_stack
+   fun:allocate_stack
+   fun:pthread_create*
+   fun:pthread_create*
+}
+{
+   pthread
+   exp-drd:ConflictingAccess
    fun:__deallocate_stack
 }
 {