summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-20 10:14:15 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-20 10:14:15 +0000
commitd78ce054e2a3b23fed53f42ea7aa6e1c2ff6d748 (patch)
treea7d903d9e969eaa9cc6cfcf812c3f075dea7c6ca /ChangeLog
parent58d2d09bde3578bd25d55df03e962764ba81bd13 (diff)
downloadglibc-d78ce054e2a3b23fed53f42ea7aa6e1c2ff6d748.tar.gz
Update.
* elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP. (dl_main): Padd extra argument 0 to TLS_INIT_TP. * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra argument 1 to TLS_INIT_TP. * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter. * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ebb06c63c..6116116ce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-08-20 Ulrich Drepper <drepper@redhat.com>
+ * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
+ (dl_main): Padd extra argument 0 to TLS_INIT_TP.
+ * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
+ argument 1 to TLS_INIT_TP.
+ * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
+
* sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
* elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
@@ -47,7 +53,7 @@
* libio/tst-mmap-offend.c: New file.
* libio/Makefile (tests): Add it.
- * locale/loadarchive.c (_nl_load_locale_from_archive) Store strdup of
+ * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
the name as passed, rather than the name in the archive dictionary.
2002-08-15 Ulrich Drepper <drepper@redhat.com>