]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Merge from the trunk, some Drd-related changes:
authorJulian Seward <jseward@acm.org>
Sat, 31 Jan 2009 15:02:07 +0000 (15:02 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 31 Jan 2009 15:02:07 +0000 (15:02 +0000)
commit75b39a4ed4beff8a215d8ebdd1283beeddeb8ea5
tree5709df6147f1ad1c4c6baa686b997427886b7dc2
parent58f1ebd4e6aeeb292b6a3739fa143ceada0ecff6
Merge from the trunk, some Drd-related changes:

9087 Suppress any error whose top frame is in libc.so. While not very
     elegant, this is an effective way to suppress data race reports
     triggered by glibc's stdio functions (which uses inlined locking
     functions).

9090 Do not only recognize .plt and .plt.got sections inside the
     mapped address range, but also outside the mapped address range
     (necessary for ppc).

9091 Generalized suppression patterns.

9092 Removed mandatory redirections for DRD since these made DRD
     impossible to use on openSUSE 10.3 ppc.

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9093
coregrind/m_redir.c
drd/drd_main.c
glibc-2.X-drd.supp