2010-02-02 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Tue, 2 Feb 2010 19:42:29 +0000 (19:42 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:25 +0000 (16:03 +0400)
commit7a90bbdc60244ae9b0eef03c8353f7fe89c72a99
tree141c4d39852dc116764ae8b5bb00fc554e33c4c6
parent39d71325be91363f52e11d26a1022dfcf26332a4
2010-02-02  Ivan Maidanski <ivmai@mail.ru>

* src/atomic_ops/sysdeps/sunc/x86.h (AO_test_and_set_full): Fix
"xchg" data size (remove "l" suffix).
* src/atomic_ops/sysdeps/sunc/x86_64.h (AO_test_and_set_full):
Ditto.
* src/atomic_ops/sysdeps/sunc/x86_64.h (AO_test_and_set_full): Use
AO_TS_t for oldval.
* src/atomic_ops/sysdeps/sunc/x86.h
(AO_compare_double_and_swap_double_full,
AO_HAVE_compare_double_and_swap_double_full): Comment out (since
not tested, might be wrong, and tickles a bug in some Sun CC
versions; besides, __PIC__ macro is never predefined by Sun CC).
ChangeLog
src/atomic_ops/sysdeps/sunc/x86.h
src/atomic_ops/sysdeps/sunc/x86_64.h