summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-23 07:59:56 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-23 07:59:56 +0000
commite413826144bcd0a910e8a6f942ec34a368f65613 (patch)
treedf006e17ef7841a1d2886d800c60365492809291 /ChangeLog
parent903b3396b8a1a5f4488649b7975cffed4c771e80 (diff)
Update.
2002-02-22 Ulrich Drepper <drepper@redhat.com> * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls. * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE. * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls. (_dl_deallocate_tls): New function. * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and _dl_deallocate_tls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cd1271d5c..41d839c8b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-02-22 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
+ * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
+ * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
+ (_dl_deallocate_tls): New function.
+ * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
+ _dl_deallocate_tls.
+
2002-02-21 Jakub Jelinek <jakub@redhat.com>
* libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.