]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make the _dl_relocate_object suppressions more general so that they
authorTom Hughes <tom@compton.nu>
Sat, 17 Jul 2004 14:16:03 +0000 (14:16 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 17 Jul 2004 14:16:03 +0000 (14:16 +0000)
work on more systems. The glibc 2.3 suppressions are already like this.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2498

glibc-2.2.supp

index fad964b2103ebfbd9036b139290218e15f8321a1..e50ac438c6f364b37c16547241c7cfdc7b81d6da 100644 (file)
    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
 }
 
 {