Make sure that the same name is used in ld stack frames on 32- and 64-bit systems.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8057
This commit is contained in:
Bart Van Assche
2008-05-13 09:32:29 +00:00
parent d858e5c986
commit dadca8b3d1
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ sed \
-e "/^Copyright (C) 2006-200., and GNU GPL'd, by Bart Van Assche.$/d" \
-e "s/\(pthread_create.c:[0-9]*\)/in libpthread-?.?.so/" \
-e "s:[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so):(within libpthread-?.?.so):" \
-e "s:(within /lib/ld-[0-9.]*\.so):(within ld-?.?.so):" \
-e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \
-e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \
-e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" |

View File

@@ -99,7 +99,7 @@ FIXME: can't figure out how to verify wrap of sem_post
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
by 0x........: (within /lib64/ld-2.8.so)
by 0x........: (within ld-?.?.so)
by 0x........: exit (in /...libc...)
by 0x........: (below main) (in /...libc...)

View File

@@ -132,7 +132,7 @@ FIXME: can't figure out how to verify wrap of sem_post
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
by 0x........: (within /lib64/ld-2.8.so)
by 0x........: (within ld-?.?.so)
by 0x........: exit (in /...libc...)
by 0x........: (below main) (in /...libc...)
[1/1] mutex_destroy invalid mutex 0x........