summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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]