From: Roland McGrath Date: Fri, 21 Mar 2003 11:15:01 +0000 (+0000) Subject: * sysdeps/i386/i486/bits/atomic.h X-Git-Tag: cvs/glibc-2_3_3~1119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60581ad101b686b80f99c7114868cc259114bb0;p=thirdparty%2Fglibc.git * sysdeps/i386/i486/bits/atomic.h (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling version of the macro to avoid compile-time warnings. [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above. (__arch_compare_and_exchange_bool_64_acq): New macro. (atomic_exchange_and_add, atomic_add): Fix name and usage of it. (atomic_increment, atomic_decrement): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 2d82bec699f..43688d17725 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-21 Roland McGrath + + * sysdeps/i386/i486/bits/atomic.h + (__arch_compare_and_exchange_val_64_acq): Rewrite abort-calling + version of the macro to avoid compile-time warnings. + [! __PIC__] (__arch_compare_and_exchange_64_acq): Rename to above. + (__arch_compare_and_exchange_bool_64_acq): New macro. + (atomic_exchange_and_add, atomic_add): Fix name and usage of it. + (atomic_increment, atomic_decrement): Likewise. + 2003-03-21 Ulrich Drepper * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints.