In .:
commitef682eae6a99b539ad26375c97d41e93cf2b0cbe
authorzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Fri, 18 Dec 2009 17:16:37 +0000 (18 17:16 +0000)
committerzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Fri, 18 Dec 2009 17:16:37 +0000 (18 17:16 +0000)
treea121aea115347e91f1cc7259a16d510689cbe0ac
parent5276f25ad060e88da72f969f7daf944d7409d635
In .:

* configure.in: Remove the check for valgrind/memcheck.h, we include the file
in our sources now.

In mono/utils:

* valgrind.h memcheck.h: New files containing the BSD licensed valgrind
headers so we can use the valgrind user requests even if mono is compiled on
a system where they are not installed.

In mono/metadata:

* sgen-gc.c: Include mono/utils/memcheck.h.

In mono/mini:

* *.c: Include mono/utils/memcheck.h, and remove #ifdef HAVE_VALGRIND_MEMCHECK_H
checks, they are no longer needed.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@148765 e3ebcda4-bce8-0310-ba0a-eca2169e7518
17 files changed:
ChangeLog
configure.in
mono/metadata/ChangeLog
mono/metadata/sgen-gc.c
mono/metadata/sgen-pinning.c
mono/mini/ChangeLog
mono/mini/debug-mini.c
mono/mini/method-to-ir.c
mono/mini/mini-darwin.c
mono/mini/mini-trampolines.c
mono/mini/mini.c
mono/mini/tramp-amd64.c
mono/mini/tramp-x86.c
mono/utils/ChangeLog
mono/utils/Makefile.am
mono/utils/memcheck.h [new file with mode: 0644]
mono/utils/valgrind.h [new file with mode: 0644]