mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
merge rev 1.8.2.1:
Add as many suppressions as I reasonably can for SuSE 8.1. There's still a lot of junk, but that can only be fixed by a more direct tackling of gcc-3.2's bad habits. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1112
This commit is contained in:
parent
c7f7a85487
commit
c97cab7c06
@ -16,6 +16,40 @@
|
||||
# (optionally: caller3 name)
|
||||
# }
|
||||
|
||||
#-------- SuSE 8.1 stuff (gcc-3.2, glibc-2.2.5 + SuSE's hacks)
|
||||
{
|
||||
__stpcpy/*
|
||||
Cond
|
||||
fun:__stpcpy
|
||||
fun:*
|
||||
}
|
||||
{
|
||||
strlen/decompose_rpath/_dl_map_object
|
||||
Cond
|
||||
fun:strlen
|
||||
fun:decompose_rpath
|
||||
fun:_dl_map_object
|
||||
}
|
||||
{
|
||||
strlen/_dl_sym/dlsym_doit
|
||||
Cond
|
||||
fun:strlen
|
||||
fun:_dl_sym
|
||||
fun:dlsym_doit
|
||||
}
|
||||
{
|
||||
trecurse/__gconv_release_shlib(Addr4)
|
||||
Addr4
|
||||
fun:trecurse
|
||||
fun:__gconv_release_shlib
|
||||
}
|
||||
{
|
||||
do_release_shlib/trecurse(Addr4)
|
||||
Addr4
|
||||
fun:do_release_shlib
|
||||
fun:trecurse
|
||||
}
|
||||
|
||||
#-------- R H Limbo (glibc-2.2.90) stuff
|
||||
{
|
||||
elf_dynamic_do_rela.8/_dl_relocate_object_internal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user