mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Make the _dl_relocate_object suppressions more general so that they
work on more systems. The glibc 2.3 suppressions are already like this. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2498
This commit is contained in:
parent
a5251f6200
commit
fa35e1a33c
@ -351,20 +351,16 @@
|
||||
fun:_dl_catch_error
|
||||
}
|
||||
{
|
||||
_dl_relocate_object/dl_main/_dl_sysdep_start/_dl_start_final(Cond)
|
||||
_dl_relocate_object/dl_main(Cond)
|
||||
Memcheck:Cond
|
||||
fun:_dl_relocate_object
|
||||
fun:dl_main
|
||||
fun:_dl_sysdep_start
|
||||
fun:_dl_start_final
|
||||
}
|
||||
{
|
||||
_dl_relocate_object_internal/dl_main/_dl_sysdep_start/_dl_start_final(Cond)
|
||||
_dl_relocate_object_internal/dl_main(Cond)
|
||||
Memcheck:Cond
|
||||
fun:_dl_relocate_object_internal
|
||||
fun:dl_main
|
||||
fun:_dl_sysdep_start
|
||||
fun:_dl_start_final
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user