diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-12 08:48:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-12 08:48:51 +0000 |
commit | f7c1f4dd1cc23e3defe17651a16e16b5f6ca8346 (patch) | |
tree | 8908e5a5740b4448a85a406f437d244612d896ea /ChangeLog | |
parent | e6f526809dbca3e772147b7bdedc3ebca8aff30e (diff) | |
download | glibc-f7c1f4dd1cc23e3defe17651a16e16b5f6ca8346.tar glibc-f7c1f4dd1cc23e3defe17651a16e16b5f6ca8346.tar.gz glibc-f7c1f4dd1cc23e3defe17651a16e16b5f6ca8346.tar.bz2 glibc-f7c1f4dd1cc23e3defe17651a16e16b5f6ca8346.zip |
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
start count condition, use TOTAL instead of variable that was never
set. Fix outer loop termination condition to TOTAL >= after update.
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
dl_tls_static_align and dl_tls_static_nelem.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-08-12 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop + start count condition, use TOTAL instead of variable that was never + set. Fix outer loop termination condition to TOTAL >= after update. + + * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize + dl_tls_static_align and dl_tls_static_nelem. + 2002-08-11 Roland McGrath <roland@redhat.com> * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use |