S390 patch applied from Thiemo Seufer. This is also already applied
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 5 Jun 2008 15:40:45 +0000 (17:40 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Thu, 5 Jun 2008 15:40:45 +0000 (17:40 +0200)
to bdwgc CVS.

* src/mm/boehm-gc/libatomic_ops-1.2/src/atomic_ops/sysdeps/gcc/s390.h:
Patched.

src/mm/boehm-gc/libatomic_ops-1.2/src/atomic_ops/sysdeps/gcc/s390.h

index 7cb99865470e5f48d33292a9142ebcf614fefe23..410f2f6f911dda7c47786a67323ee16628dd19b8 100644 (file)
@@ -30,8 +30,8 @@
 /*   may be delayed.  Otherwise everything is ordered.         */
 /* - There is a hardware compare-and-swap (CS) instruction.    */
 
-#include "ordered_except_wr.h"
-#include "all_aligned_atomic_load_store.h"
+#include "../ordered_except_wr.h"
+#include "../all_aligned_atomic_load_store.h"
 
 #include "../test_and_set_t_is_ao_t.h"
 /* FIXME: Is there a way to do byte-sized test-and-set?        */