aboutsummaryrefslogtreecommitdiff
path: root/src/rt/memcheck.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark valgrind's _qzz_res as unused to silence warnings on gcc 4.6.Ralph Giles2011-05-051-4/+4
| | | | | | | | | | | This applies c11675 by Julian Seward from valgrind trunk (svn://svn.valgrind.org/valgrind/trunk) to rustrt's included copies of memcheck.h and valgrind.h, effectively backporting the fix from the unreleased 3.6.2. The commit simply applies the gcc 'unused' attribute to the relevant declarations. This change allows compilation of the runtime code under gcc 4.6 with -Werror, as the makefile currently requests.
* Update valgrind.h and memcheck.h to 3.6.0Graydon Hoare2011-05-031-65/+33
|
* Populate tree.Graydon Hoare2010-06-231-0/+309