mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
* sysdeps/mips/atomicity.h (exchange_and_add): Not use branch
likely. (atomic_add): Likewise. (compare_and_swap): Likewise. * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
This commit is contained in:
parent
a6049f98ed
commit
22c7c5e748
@ -1,3 +1,12 @@
|
||||
2002-02-05 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* sysdeps/mips/atomicity.h (exchange_and_add): Not use branch
|
||||
likely.
|
||||
(atomic_add): Likewise.
|
||||
(compare_and_swap): Likewise.
|
||||
* sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
|
||||
Likewise.
|
||||
|
||||
2002-02-07 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
|
||||
|
@ -16,7 +16,6 @@
|
||||
* sysdeps/i386/tls.h: Add TLS definitions also for !FLOATING_STACKS.
|
||||
Define THREAD_GETMEM accordingly.
|
||||
|
||||
>>>>>>> 1.469
|
||||
2002-02-06 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/i386/tls.h: Include <stddef.h> for size_t.
|
||||
|
Loading…
Reference in New Issue
Block a user