diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-27 20:18:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-27 20:18:02 +0000 |
commit | 3300816c38721bcddbbeb92de7fe44b90454bce6 (patch) | |
tree | cd35fe7dc0799f565c04122cc63054d4790d9041 /linuxthreads/ChangeLog | |
parent | 78477e4843c34f2ad54d25975758c3342746d0cd (diff) | |
download | glibc-3300816c38721bcddbbeb92de7fe44b90454bce6.tar.gz glibc-3300816c38721bcddbbeb92de7fe44b90454bce6.tar.xz glibc-3300816c38721bcddbbeb92de7fe44b90454bce6.zip |
Update.
2000-04-27 Ulrich Drepper <drepper@redhat.com> * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal if this function is available. * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for all values. <haible@clisp.cons.org>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 8161323b4d..ccc38ebd71 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2000-04-27 Ulrich Drepper <drepper@redhat.com> + + * Versions [libpthread] (GLIBC_2.2): Add __pthread_initialize_minimal. + * pthread.c (__pthread_initialize_minimal): New function. Perform + minimal initialization. + (pthread_initialize): Remove this code here. + * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h" again. We + are working around the problem in glibc. + 2000-04-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/i686/pt-machine.h: Do not use "../useldt.h" for |