]> git.ipfire.org Git - thirdparty/gcc.git/commit
2014-04-28 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Apr 2014 14:01:40 +0000 (14:01 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Apr 2014 14:01:40 +0000 (14:01 +0000)
commitb90976fa555d12d06334a2bc45af8e78b142006e
treea5bc6249aa24285c664840fc0a7c18d7aea148b9
parent96902209711de85fd2c86f94b86b5c37295765bb
2014-04-28  Richard Biener  <rguenther@suse.de>

* configure.ac: Do valgrind header checks unconditionally.
Add --enable-valgrind-annotations.
* system.h: Guard valgrind header inclusion with
ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
* alloc-pool.c (pool_alloc, pool_free): Use
ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
to guard possibly dead code.
* config.in: Regenerated.
* configure: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209861 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/alloc-pool.c
gcc/config.in
gcc/configure
gcc/configure.ac
gcc/system.h