From: Julian Seward Date: Fri, 5 Jan 2007 15:22:41 +0000 (+0000) Subject: Merge r6473 (Supps for MVL 4.0.1 on ppc32 (Bart Van Assche)) X-Git-Tag: svn/VALGRIND_3_2_2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d04a2304d5db061338f4379447cf6a84c8b63c;p=thirdparty%2Fvalgrind.git Merge r6473 (Supps for MVL 4.0.1 on ppc32 (Bart Van Assche)) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6474 --- diff --git a/glibc-2.3.supp b/glibc-2.3.supp index 63d686d03e..fa941127c0 100644 --- a/glibc-2.3.supp +++ b/glibc-2.3.supp @@ -590,3 +590,18 @@ obj:/lib/ld-2.3.*.so } +##----------------------------------------------------------------------## +# MontaVista Linux 4.0.1 on ppc32 +{ + MVL-401-linuxthreads-pthread_create + Memcheck:Param + write(buf) + fun:pthread_create +} +{ + MVL-401-linuxthreads-pthread_create + Memcheck:Param + write(buf) + obj:/lib/libpthread-0.10.so + fun:pthread_create +} diff --git a/glibc-2.4.supp b/glibc-2.4.supp index 94493a9247..99e02ee5be 100644 --- a/glibc-2.4.supp +++ b/glibc-2.4.supp @@ -244,3 +244,19 @@ obj:/*libc-2.4.so obj:/*libc-2.4.so } + +##----------------------------------------------------------------------## +# MontaVista Linux 4.0.1 on ppc32 +{ + MVL-401-linuxthreads-pthread_create + Memcheck:Param + write(buf) + fun:pthread_create +} +{ + MVL-401-linuxthreads-pthread_create + Memcheck:Param + write(buf) + obj:/lib/libpthread-0.10.so + fun:pthread_create +} diff --git a/glibc-2.5.supp b/glibc-2.5.supp index e3724974d2..562248bd98 100644 --- a/glibc-2.5.supp +++ b/glibc-2.5.supp @@ -198,3 +198,19 @@ obj:/*libc-2.5.so obj:/*libc-2.5.so } + +##----------------------------------------------------------------------## +# MontaVista Linux 4.0.1 on ppc32 +{ + MVL-401-linuxthreads-pthread_create + Memcheck:Param + write(buf) + fun:pthread_create +} +{ + MVL-401-linuxthreads-pthread_create + Memcheck:Param + write(buf) + obj:/lib/libpthread-0.10.so + fun:pthread_create +}