]> granicus.if.org Git - libatomic_ops/commitdiff
Update ChangeLog
authorIvan Maidanski <ivmai@mail.ru>
Sat, 2 Feb 2013 11:20:12 +0000 (15:20 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 2 Feb 2013 11:20:12 +0000 (15:20 +0400)
ChangeLog

index 70a7b31d14b17e6ed0f040d93b1a1b5b76759058..eee65fb2dc0de6b65a759eedba9fe6eba3fd08b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+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,