diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-11 10:55:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-11 10:55:33 +0000 |
commit | 3021e36d989d96ddb46e4f98da3dc91eddcf725d (patch) | |
tree | 3059a5ff33b0ba3f6b496d9e756ebedca4c79aba /linuxthreads/ChangeLog | |
parent | ce460d04a5bd10d7353ca37dfa9d34275449fb3b (diff) | |
download | glibc-3021e36d989d96ddb46e4f98da3dc91eddcf725d.tar.gz glibc-3021e36d989d96ddb46e4f98da3dc91eddcf725d.tar.xz glibc-3021e36d989d96ddb46e4f98da3dc91eddcf725d.zip |
* stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
number literals, so they are doubles instead of ints.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5e84a8b6e1..71b00fa253 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,20 @@ +2002-10-09 Roland McGrath <roland@redhat.com> + + * sysdeps/pthread/bits/libc-lock.h (__libc_maybe_call): New macro. + Under [__PIC__], call the function via the pointer fetched for + comparison rather than a call by name that uses the PLT. + (__libc_lock_init, __libc_rwlock_init, __libc_lock_fini) + (__libc_rwlock_fini, __libc_lock_lock, __libc_rwlock_rdlock) + (__libc_rwlock_wrlock, __libc_lock_trylock, __libc_rwlock_tryrdlock) + (__libc_rwlock_trywrlock, __libc_lock_unlock, __libc_rwlock_unlock) + (__libc_key_create, __libc_getspecific, __libc_setspecific) + (__libc_atfork): Use it. + + * pthread.c [SHARED] (__libc_dl_error_tsd): New function. + (pthread_initialize) [SHARED]: Set _dl_error_catch_tsd to that. + * Versions (libc: GLIBC_PRIVATE): Add __libc_dl_error_tsd. + (ld: GLIBC_PRIVATE): Set removed. + 2002-10-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/execve.c: New file. |