ftmemsim-valgrind/memcheck/tests/supp_unknown.supp
Paul Floyd 7c5d720a2b FreeBSD support, patch 10
memcheck
No code changes. A few modified tests. Adds new FreeBSD specific tests.
2021-10-09 12:37:17 +02:00

24 lines
298 B
Plaintext

# This contains a match against a "???" entry
{
<insert a suppression name here>
Memcheck:Jump
obj:*
fun:(below main)
}
{
<insert a suppression name here>
Memcheck:Jump
obj:*
fun:main
}
{
FreeBSD GCC i386
Memcheck:Jump
obj:*
fun:_start1
fun:(below main)
}