1 2# Errors to suppress by default with glibc 2.7.x 3 4# Format of this file is: 5# { 6# name_of_suppression 7# tool_name:supp_kind 8# (optional extra info for some suppression types) 9# caller0 name, or /name/of/so/file.so 10# caller1 name, or ditto 11# (optionally: caller2 name) 12# (optionally: caller3 name) 13# } 14# 15# For Memcheck, the supp_kinds are: 16# 17# Param Value1 Value2 Value4 Value8 Value16 Jump 18# Free Addr1 Addr2 Addr4 Addr8 Addr16 19# Cond (previously known as Value0) 20# 21# and the optional extra info is: 22# if Param: name of system call param 23 24{ 25 dl-hack3-1 26 Memcheck:Cond 27 obj:/lib*/ld-2.7*.so* 28 obj:/lib*/ld-2.7*.so* 29 obj:/lib*/ld-2.7*.so* 30} 31