summaryrefslogtreecommitdiff
path: root/glibc-2.7.supp
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-11-18 14:40:02 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2007-11-18 14:40:02 +0000
commit68c80c131ed6a2b2dcaa79bd676dea3e0c8456a0 (patch)
tree80506476cf3b43503116beb52ce370bdcbf330cf /glibc-2.7.supp
parentb9354be91163042752787258dba662e3057254e8 (diff)
Preliminary support for Fedora 8, which includes initial support for
glibc-2.7. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7181 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'glibc-2.7.supp')
-rw-r--r--glibc-2.7.supp30
1 files changed, 30 insertions, 0 deletions
diff --git a/glibc-2.7.supp b/glibc-2.7.supp
new file mode 100644
index 00000000..1079dcfb
--- /dev/null
+++ b/glibc-2.7.supp
@@ -0,0 +1,30 @@
+
+# Errors to suppress by default with glibc 2.7.x
+
+# Format of this file is:
+# {
+# name_of_suppression
+# tool_name:supp_kind
+# (optional extra info for some suppression types)
+# caller0 name, or /name/of/so/file.so
+# caller1 name, or ditto
+# (optionally: caller2 name)
+# (optionally: caller3 name)
+# }
+#
+# For Memcheck, the supp_kinds are:
+#
+# Param Value1 Value2 Value4 Value8 Value16 Jump
+# Free Addr1 Addr2 Addr4 Addr8 Addr16
+# Cond (previously known as Value0)
+#
+# and the optional extra info is:
+# if Param: name of system call param
+
+{
+ dl-hack3-1
+ Memcheck:Cond
+ obj:/lib*/ld-2.7*.so*
+ obj:/lib*/ld-2.7*.so*
+ obj:/lib*/ld-2.7*.so*
+}