summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-10-31 20:50:16 +0000
committerUlrich Drepper <drepper@redhat.com>2008-10-31 20:50:16 +0000
commit41e25904a520d49ba14d7e9a0a7ea84731572ebd (patch)
tree953dbd8a651ae74dde22e8b277592a2f9057b5d5 /ChangeLog
parente148a6443cfeb032ac872d4134e4d41446932879 (diff)
* elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfocvs/fedora-glibc-20081031T2102
refetch dtv, as it might have changed. * elf/Makefile: Add rules to build and run tst-tls18. * elf/tst-tls18.c: New test. * elf/tst-tlsmod18a.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4732940fd0..e590178a40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-31 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
+ refetch dtv, as it might have changed.
+ * elf/Makefile: Add rules to build and run tst-tls18.
+ * elf/tst-tls18.c: New test.
+ * elf/tst-tlsmod18a.c: New file.
+
2008-09-09 Aurelien Jarno <aurelien@aurel32.net>
[BZ #6875]