Home | History | Annotate | Download | only in valgrind

Lines Matching full:supp

40 	glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp glibc-2.5.supp \
41 glibc-2.6.supp glibc-2.7.supp glibc-2.X.supp.in \
42 xfree-3.supp xfree-4.supp \
43 glibc-2.34567-NPTL-helgrind.supp \
44 glibc-2.2-LinuxThreads-helgrind.supp \
45 glibc-2.X-drd.supp \
46 exp-sgcheck.supp \
47 darwin9.supp darwin9-drd.supp \
48 darwin10.supp darwin10-drd.supp \
49 darwin11.supp darwin12.supp darwin13.supp darwin14.supp darwin15.supp \
50 bionic.supp \
51 solaris11.supp solaris12.supp
54 # We include all the base .supp files in the distribution, but not
55 # default.supp, as it is built from the base .supp files at compile-time.
59 vglib_DATA = default.supp
64 BUILT_SOURCES = default.supp valgrind.pc
65 CLEANFILES = default.supp
67 default.supp: $(DEFAULT_SUPP_FILES)
68 echo "# This is a generated file, composed of the following suppression rules:" > default.supp
69 echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
70 cat $^ >> default.supp
121 all-local: default.supp
123 rm -f $(inplacedir)/default.supp
124 ln -s ../default.supp $(inplacedir)