summaryrefslogtreecommitdiff
path: root/src/atomic_ops/sysdeps/gcc/s390.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic_ops/sysdeps/gcc/s390.h')
-rw-r--r--src/atomic_ops/sysdeps/gcc/s390.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/atomic_ops/sysdeps/gcc/s390.h b/src/atomic_ops/sysdeps/gcc/s390.h
index fe41898..91bec4e 100644
--- a/src/atomic_ops/sysdeps/gcc/s390.h
+++ b/src/atomic_ops/sysdeps/gcc/s390.h
@@ -15,7 +15,6 @@
*
*/
-/* FIXME: untested. */
/* The relevant documentation appears to be at */
/* http://publibz.boulder.ibm.com/epubs/pdf/dz9zr003.pdf */
/* around page 5-96. Apparently: */
@@ -35,7 +34,7 @@
#include "../ordered_except_wr.h"
#include "../test_and_set_t_is_ao_t.h"
-/* FIXME: Is there a way to do byte-sized test-and-set? */
+/* TODO: Is there a way to do byte-sized test-and-set? */
/* TODO: AO_nop_full should probably be implemented directly. */
/* It appears that certain BCR instructions have that effect. */