diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-10-16 21:46:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-10-16 21:46:50 +0000 |
commit | 5df2a427bec4c837fa7da13ad07a3b97861da3ef (patch) | |
tree | 7583b5d4d2d01b4712348ba40940e217ce153c62 /ChangeLog | |
parent | fb862ace67c15975e2df3f572961b2bd72b2cfbd (diff) | |
download | glibc-5df2a427bec4c837fa7da13ad07a3b97861da3ef.tar.gz glibc-5df2a427bec4c837fa7da13ad07a3b97861da3ef.tar.xz glibc-5df2a427bec4c837fa7da13ad07a3b97861da3ef.zip |
* elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 187731abe5..3a6231356d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-16 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV. + 2008-10-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs. |