Skip to content

Commit e0057a1

Browse files
Supps for MVL 4.0.1 on ppc32 (Bart Van Assche)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6473
1 parent 85204d2 commit e0057a1

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

glibc-2.3.supp

+15
Original file line numberDiff line numberDiff line change
@@ -564,3 +564,18 @@
564564
obj:/lib/ld-2.3.*.so
565565
}
566566

567+
##----------------------------------------------------------------------##
568+
# MontaVista Linux 4.0.1 on ppc32
569+
{
570+
MVL-401-linuxthreads-pthread_create
571+
Memcheck:Param
572+
write(buf)
573+
fun:pthread_create
574+
}
575+
{
576+
MVL-401-linuxthreads-pthread_create
577+
Memcheck:Param
578+
write(buf)
579+
obj:/lib/libpthread-0.10.so
580+
fun:pthread_create
581+
}

glibc-2.4.supp

+16
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,19 @@
243243
obj:/*libc-2.4.so
244244
obj:/*libc-2.4.so
245245
}
246+
247+
##----------------------------------------------------------------------##
248+
# MontaVista Linux 4.0.1 on ppc32
249+
{
250+
MVL-401-linuxthreads-pthread_create
251+
Memcheck:Param
252+
write(buf)
253+
fun:pthread_create
254+
}
255+
{
256+
MVL-401-linuxthreads-pthread_create
257+
Memcheck:Param
258+
write(buf)
259+
obj:/lib/libpthread-0.10.so
260+
fun:pthread_create
261+
}

glibc-2.5.supp

+16
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,19 @@
197197
obj:/*libc-2.5.so
198198
obj:/*libc-2.5.so
199199
}
200+
201+
##----------------------------------------------------------------------##
202+
# MontaVista Linux 4.0.1 on ppc32
203+
{
204+
MVL-401-linuxthreads-pthread_create
205+
Memcheck:Param
206+
write(buf)
207+
fun:pthread_create
208+
}
209+
{
210+
MVL-401-linuxthreads-pthread_create
211+
Memcheck:Param
212+
write(buf)
213+
obj:/lib/libpthread-0.10.so
214+
fun:pthread_create
215+
}

0 commit comments

Comments
 (0)