Author: sewardj
Date: 2007-11-09 23:26:54 +0000 (Fri, 09 Nov 2007)
New Revision: 7126

Log:
I got a bit confused with glibc-2.6.X suppressions whilst merging from
branches/THRCHECK (sorry Dirk).  I'll fix them shortly.

Modified:
   trunk/glibc-2.6.supp


Modified: trunk/glibc-2.6.supp
===================================================================
--- trunk/glibc-2.6.supp        2007-11-09 23:25:46 UTC (rev 7125)
+++ trunk/glibc-2.6.supp        2007-11-09 23:26:54 UTC (rev 7126)
@@ -1,7 +1,7 @@
 
 ##----------------------------------------------------------------------##
 
-# Errors to suppress by default with glibc 2.4.x
+# Errors to suppress by default with glibc 2.6.x
 
 # Format of this file is:
 # {
@@ -40,23 +40,44 @@
 }
 
 {
-   dl-hack3
+   dl-hack3-1
    Memcheck:Cond
    obj:/lib*/ld-2.6*.so*
    obj:/lib*/ld-2.6*.so*
    obj:/lib*/ld-2.6*.so*
 }
-
 {
-   dl-hack3
+   dl-hack3-2
    Memcheck:Cond
-   obj:/lib*/ld-2.6*.so
-   obj:/lib*/ld-2.6*.so
-   obj:/lib*/libc-2.6*.so
-   obj:/lib*/libdl-2.6*.so
-   obj:/lib*/ld-2.6*.so
+   obj:/lib*/ld-2.6*.so*
+   obj:/lib*/ld-2.6*.so*
+   obj:/lib*/libc-2.6*.so*
 }
 
+{
+   dl-hack4-64bit-1
+   Memcheck:Addr8
+   obj:/lib64/ld-2.6*.so*
+   obj:/lib64/ld-2.6*.so*
+   obj:/lib64/ld-2.6*.so*
+}
+{
+   dl-hack4-64bit-2
+   Memcheck:Addr8
+   obj:/lib64/ld-2.6*.so*
+   obj:/lib64/ld-2.6*.so*
+   obj:/lib64/libc-2.6*.so*
+}
+{
+   dl-hack4-64bit-3
+   Memcheck:Addr8
+   obj:/lib64/ld-2.6*.so*
+   obj:/lib64/ld-2.6*.so*
+   obj:/lib64/libdl-2.6*.so*
+}
+
+
+
 ##----------------------------------------------------------------------##
 {
    glibc-2.5.x-on-SUSE-10.2-(PPC)-1
@@ -94,19 +115,11 @@
 {
    glibc-2.6-on-SUSE-10.3-(x86)
    Memcheck:Addr4
-   obj:/lib*/ld-2.6*.so*
-   obj:/lib*/ld-2.6*.so*
-   obj:/lib*/ld-2.6*.so*
+   obj:/lib/ld-2.6*.so
+   obj:/lib/ld-2.6*.so
+   obj:/lib/ld-2.6*.so
 }
 
-{
-   glibc-2.6-on-SUSE-10.3-(x86_64)
-   Memcheck:Addr8
-   obj:/lib*/ld-2.6*.so
-   obj:/lib*/ld-2.6*.so
-   obj:/lib*/ld-2.6*.so
-}
-
 ##----------------------------------------------------------------------##
 ## Various structure padding things on SUSE 10.2
 ##


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to