diff options
author | Andreas Jaeger <aj@suse.de> | 2002-02-07 10:39:07 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-02-07 10:39:07 +0000 |
commit | a6049f98edbe1bbcfe62c9b7bb80a8f783c0e2b0 (patch) | |
tree | daefebc2ad33b01ce974909aef938cc96f68a98b /linuxthreads/ChangeLog | |
parent | cd30b01ee9cdefd2e6f81b1c25ee6897243706fc (diff) | |
download | glibc-a6049f98edbe1bbcfe62c9b7bb80a8f783c0e2b0.tar.gz glibc-a6049f98edbe1bbcfe62c9b7bb80a8f783c0e2b0.tar.xz glibc-a6049f98edbe1bbcfe62c9b7bb80a8f783c0e2b0.zip |
Do not use branch likely.
2002-02-05 H.J. Lu <hjl@gnu.org> * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Not use branch likely. * sysdeps/mips/pt-machine.h (testandset): Likewise. (__compare_and_swap): Likewise. >>>>>>> 1.469
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 49f1aa752a..7617d651fa 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2002-02-05 H.J. Lu <hjl@gnu.org> + + * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Not use + branch likely. + * sysdeps/mips/pt-machine.h (testandset): Likewise. + (__compare_and_swap): Likewise. + 2002-02-07 Ulrich Drepper <drepper@redhat.com> * internals.h: Move declarations/definitions of @@ -9,6 +16,7 @@ * 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. |