+2013-01-15 Ivan Maidanski <ivmai@mail.ru>
+
+ * doc/README.txt (_acquire_read): Add information about memory
+ barrier (similar as in atomic_ops.h).
+ * doc/README.txt (_release_read): Remove information about
+ non-existing barrier.
+
+2013-01-14 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/ao_t_is_int.h: Fix a typo in comment.
+
+2013-01-13 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/ao_t_is_int.h
+ (AO_int_load_acquire, AO_int_fetch_and_add_full,
+ AO_int_fetch_and_add1_acquire, AO_int_fetch_and_add1_release,
+ AO_int_fetch_and_sub1_acquire, AO_int_fetch_and_sub1_release): Cast
+ result to unsigned int instead of signed int.
+
+2013-01-13 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/gcc/s390.h: Move include of
+ ordered_except_wr.h down to be after all_aligned_atomic_load_store.h
+ inclusion (since the latter defines AO_X_load/store primitives used by
+ the former header).
+
+2013-01-13 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/armcc/arm_v6.h: Move include of read_ordered.h
+ down to the end of the file to be after AO_load/store definition
+ (since read_ordered.h depends on these primitives).
+ * src/atomic_ops/sysdeps/gcc/arm.h: Likewise.
+ * src/atomic_ops/sysdeps/msftc/arm.h: Likewise.
+
+2013-01-13 Ivan Maidanski <ivmai@mail.ru>
+
+ * src/atomic_ops/sysdeps/msftc/arm.h: Fix a typo in comment (about
+ SWP).
+
2013-01-07 Ivan Maidanski <ivmai@mail.ru>
* src/atomic_ops/sysdeps/read_ordered.h (AO_char_load_read,