diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-25 19:36:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-25 19:36:12 +0000 |
commit | 75c3a84f2982b57aed2b975e41d7f7a0c47d5f61 (patch) | |
tree | 52ded881978aac06e34091bf48e455529a967696 /linuxthreads/ChangeLog | |
parent | 3387a425e65b839b68bd2973f6bc5ab22315cc5d (diff) | |
download | glibc-75c3a84f2982b57aed2b975e41d7f7a0c47d5f61.tar.gz glibc-75c3a84f2982b57aed2b975e41d7f7a0c47d5f61.tar.xz glibc-75c3a84f2982b57aed2b975e41d7f7a0c47d5f61.zip |
Update.
* sysdeps/pthread/pthread.h: Likewise. * sysdeps/i386/pt-machine.h: When compiling for i686 don't test for xchgcmp instruction, it is available.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 882aa41d45..2f1f4f566b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -17,8 +17,12 @@ * signals.c: Likewise. * spinlock.c: Likewise. * spinlock.h: Likewise. + * sysdeps/pthread/pthread.h: Likewise. Patches by Xavier leroy. + * sysdeps/i386/pt-machine.h: When compiling for i686 don't test for + xchgcmp instruction, it is available. + 1998-06-25 Ulrich Drepper <drepper@cygnus.com> * sysdeps/pthread/pthread.h: Make [sg]et_stacksize and |