]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a suppression file for Android's libc (bionic).
authorJulian Seward <jseward@acm.org>
Mon, 11 Jul 2011 20:52:10 +0000 (20:52 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 11 Jul 2011 20:52:10 +0000 (20:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11873

Makefile.am
bionic.supp [new file with mode: 0644]

index f642e7116f082f414c0a4040f6f77ea138f3cb7d..79657a5056652048919df65c4fb28e1fa0d109dd 100644 (file)
@@ -52,7 +52,8 @@ SUPP_FILES = \
        glibc-2.X-drd.supp \
        exp-sgcheck.supp \
        darwin9.supp darwin9-drd.supp \
-       darwin10.supp darwin10-drd.supp
+       darwin10.supp darwin10-drd.supp \
+       bionic.supp
 DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
 
 # We include all the base .supp files in the distribution, but not
diff --git a/bionic.supp b/bionic.supp
new file mode 100644 (file)
index 0000000..a6ce684
--- /dev/null
@@ -0,0 +1,4 @@
+# Suppressions for Android's libc (bionic) and probably other
+# stuff too.
+
+# This is currently empty.