From: Ivan Maidanski Date: Sat, 2 Feb 2013 11:20:12 +0000 (+0400) Subject: Update ChangeLog X-Git-Tag: libatomic_ops-7_2e~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=584bb2517b4b1da4409cd978ad4c9356bfcb8080;p=libatomic_ops Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 70a7b31..eee65fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2013-01-15 Ivan Maidanski + + * 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 + + * src/atomic_ops/sysdeps/ao_t_is_int.h: Fix a typo in comment. + +2013-01-13 Ivan Maidanski + + * 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 + + * 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 + + * 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 + + * src/atomic_ops/sysdeps/msftc/arm.h: Fix a typo in comment (about + SWP). + 2013-01-07 Ivan Maidanski * src/atomic_ops/sysdeps/read_ordered.h (AO_char_load_read,