From eb1c67d76867fb336dddfcca2a50acd76d9fd2bc Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 22 Jul 2012 11:40:06 +0400 Subject: [PATCH] Update ChangeLog --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index be7a8c1..221b7d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,18 @@ +2012-07-04 Ivan Maidanski + + * src/atomic_ops/sysdeps/gcc/x86.h + (AO_compare_double_and_swap_double_full): Use EDI register for + "new_val1" argument in PIC mode only for GCC 4.3+ to workaround + a problem with older compiler versions (e.g., GCC 4.2.1 [FreeBSD]) + that do not recognize 'D' as a valid register specification; update + comment. + 2012-07-01 Ivan Maidanski * src/atomic_ops/generalize-small.template (AO_XSIZE_fetch_and_add_full, AO_XSIZE_fetch_and_add_acquire, AO_XSIZE_fetch_and_add_release): - Fix type of function arguments (or local variables) by adding + Fix type of function result by adding 'unsigned' to XCTYPE. * src/atomic_ops/generalize-small.h: Regenerate. -- 2.50.1