diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-23 06:19:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-23 06:19:23 +0000 |
commit | 094d3c54ae439a1dc83b6aa44caf81d54cab32e0 (patch) | |
tree | 958b93a2e38fd0c7962cdfa0d61f14c59ee91d3d /ChangeLog | |
parent | f9ab9ba9aba6426845aca1731bd9d9fea089432c (diff) | |
download | glibc-094d3c54ae439a1dc83b6aa44caf81d54cab32e0.tar.gz glibc-094d3c54ae439a1dc83b6aa44caf81d54cab32e0.tar.xz glibc-094d3c54ae439a1dc83b6aa44caf81d54cab32e0.zip |
* sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
slotinfo array. (__libc_setup_tls_): Initializer length of DTV based on array length. * elf/dl-load.c: Revert last change. * sysdeps/generic/dl-tls.c: Revert last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ff21233a2d..4e84b80a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-02-22 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the + slotinfo array. + (__libc_setup_tls_): Initializer length of DTV based on array length. + * elf/dl-load.c: Revert last change. + * sysdeps/generic/dl-tls.c: Revert last change. + * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1, tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2, tst-execve1, tst-execve2, tst-execle1, and tst-execle2. |