diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-21 11:15:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-21 11:15:01 +0000 |
commit | a60581ad101b686b80f99c7114868cc259114bb0 (patch) | |
tree | 3ce2c009afb9f4e08cdbc666b5304167c4bc0600 /ChangeLog | |
parent | 26f24355d47367d01a04fca2226675e763cded29 (diff) | |
download | glibc-a60581ad101b686b80f99c7114868cc259114bb0.tar glibc-a60581ad101b686b80f99c7114868cc259114bb0.tar.gz glibc-a60581ad101b686b80f99c7114868cc259114bb0.tar.bz2 glibc-a60581ad101b686b80f99c7114868cc259114bb0.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-03-21 Roland McGrath <roland@redhat.com> + + * 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 <drepper@redhat.com> * sysdeps/x86_64/bits/atomic.h: Don't use matching memory constraints. |