configure: reveal the name of the Valgrind suppression file we use

* configure.ac: here.
* build-aux/Linux.valgrind (libstdcxx_init): New.
This commit is contained in:
Akim Demaille
2018-09-07 13:59:47 +02:00
parent ea0db44fed
commit e5000890a4
2 changed files with 15 additions and 0 deletions

View File

@@ -15,6 +15,19 @@
# Valgrind suppression file for Bison.
# Travis Trusty, 2018-09-07.
{
libstdcxx_init
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25
fun:call_init.part.0
fun:call_init
fun:_dl_init
obj:/lib/x86_64-linux-gnu/ld-2.19.so
}
# Linux prague 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015
# x86_64 GNU/Linux
{