mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
* 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.
This commit is contained in:
parent
26f24355d4
commit
a60581ad10
10
ChangeLog
10
ChangeLog
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user