You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
695 B
30 lines
695 B
|
|
# Errors to suppress by default with glibc 2.7.x |
|
|
|
# Format of this file is: |
|
# { |
|
# name_of_suppression |
|
# tool_name:supp_kind |
|
# (optional extra info for some suppression types) |
|
# caller0 name, or /name/of/so/file.so |
|
# caller1 name, or ditto |
|
# (optionally: caller2 name) |
|
# (optionally: caller3 name) |
|
# } |
|
# |
|
# For Memcheck, the supp_kinds are: |
|
# |
|
# Param Value1 Value2 Value4 Value8 Value16 Jump |
|
# Free Addr1 Addr2 Addr4 Addr8 Addr16 |
|
# Cond (previously known as Value0) |
|
# |
|
# and the optional extra info is: |
|
# if Param: name of system call param |
|
|
|
{ |
|
dl-hack3-1 |
|
Memcheck:Cond |
|
obj:/lib*/ld-2.7*.so* |
|
obj:/lib*/ld-2.7*.so* |
|
obj:/lib*/ld-2.7*.so* |
|
}
|
|
|