From 887fed8e7bd08273cf3583440b2d4e7e7f0c361c Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 11 Jul 2011 20:52:10 +0000 Subject: [PATCH] Add a suppression file for Android's libc (bionic). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11873 --- Makefile.am | 3 ++- bionic.supp | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 bionic.supp diff --git a/Makefile.am b/Makefile.am index f642e7116f..79657a5056 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 0000000000..a6ce68405c --- /dev/null +++ b/bionic.supp @@ -0,0 +1,4 @@ +# Suppressions for Android's libc (bionic) and probably other +# stuff too. + +# This is currently empty. -- 2.47.2