From: Ivan Maidanski Date: Wed, 7 Mar 2012 15:45:25 +0000 (+0400) Subject: Update ChangeLog X-Git-Tag: libatomic_ops-7_3alpha2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5327a22121a1e6c3675473c5d4f3f3afcab717b;p=libatomic_ops Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 94ec821..a5f7d18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,8 @@ * Define and use AO_PTRDIFF_T in tests for casts between pointer and integer. * Fix AO_compare_and_swap return type for s390 and PowerPC. +* Fix AO_compare_double_and_swap_double_full for gcc/x86 (PIC mode). +* Fix AO_stack_push_release to workaround bug in clang-1.1/x86 compiler. * Fix AO_test_and_setXX in tests/list_atomic.template. * Fix AO_test_and_set_full (gcc/x86[_64].h) to work-around a bug in LLVM v2.7. * Fix AO_test_and_set_full on m68k.