]> granicus.if.org Git - gc/commitdiff
2007-05-17 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Fri, 18 May 2007 04:44:44 +0000 (04:44 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:40 +0000 (21:06 +0400)
* src/atomic_ops/sysdeps/gcc/hppa.h (AO_test_and_set_full):
Add cast for return.

2007-05-17  Hans Boehm <Hans.Boehm@hp.com>

* include/private/gc_priv.h: Define AO_REQUIRE_CAS.

ChangeLog
include/private/gc_priv.h

index a304d1b12d3385e7328cb656872c938ec0baab5b..4a1387b679838e0b2ef09828e02bddf20b7e57a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-17  Hans Boehm <Hans.Boehm@hp.com>
+
+       * include/private/gc_priv.h: Ddefine AO_REQUIRE_CAS.
+
 2007-05-16  Hans Boehm <Hans.Boehm@hp.com>
 
        * finalize.c (GC_unreachable_finalize_mark_proc): Don't return void
index aaa80411f941b8d2f63a3f69ca4cd2ec532c975b..e9bc20f67f2236170d2593fb3175c75eb7c5922e 100644 (file)
 #   include <sys/resource.h>
 #endif /* BSD_TIME */
 
+#ifdef PARALLEL_MARK
+#   define AO_REQUIRE_CAS
+#endif
+
 #ifndef _GC_H
 #   include "../gc.h"
 #endif