5 Commits

Author SHA1 Message Date
Bart Van Assche
31e293e6fd Replaced most platform-test macros by HAVE_... macros.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11110
2010-04-29 06:28:43 +00:00
Bart Van Assche
2236b87798 Fixed compiler warnings triggered by annotate_rwlock.c
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10795
2009-08-12 13:30:55 +00:00
Bart Van Assche
8c9c77880e Made the annotate_rwlock test compile on Darwin.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10531
2009-07-22 19:04:58 +00:00
Bart Van Assche
af9cc02ba0 Switched to the just introduced ANNOTATE_*() macro's.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10398
2009-07-01 18:46:27 +00:00
Bart Van Assche
e73284e37f - Added support for most of the ANNOTATE_...() macro's supported by
ThreadSanitizer.                                                              
- Modified DRD's error reporting code such that it does no longer let           
  the Valgrind core print the Valgrind thread ID but that it now prints         
  the DRD thread ID and name. Updated expected output files where               
  necessary.                                                                    
- Modified drd/test/Makefile.am such that the tests using gcc's built-in        
  functions for atomic memory access such that these are only compiled when     
  the gcc version in use supports these built-in functions.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10186
2009-05-31 18:53:54 +00:00